COLOR #00ACDB

HEX: #00ACDB RGB: (0,172,219)

Renk bilgisi

#00ACDB contains only green and blue colors. #00ACDB ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#00ACDB color RGB value is (0,172,219).

RGB: (0,172,219) (0%, 67%, 86%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 172 of 255 = 67%
B 219 of 255 = 86%

0
172
219

R + G + B ~ 51%. #00ACDB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 0 + 172 + 219 = 391 (100%)
R 0 of 391 ~ 0%
G 172 of 391 ~ 43.99%
B 219 of 391 ~ 56.01'%

%43.99
%56.01

CMYK RENK MODELİ

#00ACDB rengi CMYK tonu (100,21,0,14).

  • camgöbeği tonu 100.00%
  • eflatun tonu 21.46%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%

CMYK: (100,21,0,14)
C100M21Y0K14 (100%, 21%, 0%, 14%)
(1.00 / 0.21 / 0.00 / 0.14)

CMYK yüzdeleri

%100
%21.46
%0
%14.12

Codes

Color #00ACDB in popluar color models

00 AC DB
RGB 0 172 219
HSL 193° 100.00% 42.94%
HSB/HSV 193° 100.00% 85.88%
CMYK 100.00% 21.46% 0.00%
14.12%

Color #00ACDB in popluar number systems.

HEX 00 AC DB
Decimal 0 172 219
Binary 0 10101100 11011011
Octal 0 254 333

Shades and tints

Shades of #00ACDB

#00ACDB
(0,172,219)
#009DC8
(0,157,200)
#008EB5
(0,142,181)
#007FA2
(0,127,162)
#00708F
(0,112,143)
#00617C
(0,97,124)
#005269
(0,82,105)
#004356
(0,67,86)
#003443
(0,52,67)
#002530
(0,37,48)
#00161D
(0,22,29)
#000000
(0,0,0)

Tints of #00ACDB

#00ACDB
(0,172,219)
#17B3DE
(23,179,222)
#2EBAE1
(46,186,225)
#45C1E4
(69,193,228)
#5CC8E7
(92,200,231)
#73CFEA
(115,207,234)
#8AD6ED
(138,214,237)
#A1DDF0
(161,221,240)
#B8E4F3
(184,228,243)
#CFEBF6
(207,235,246)
#E6F2F9
(230,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00ACDB color. Also use rgb(0,172,219) instead hex code.

Text Font Color

.myTextColor { color: #00ACDB; }

<p style="color:#00ACDB">This sample text font color is #00ACDB.</p>

This text font color is #00ACDB.

Background Color

.myBgColor { background-color: #00ACDB; }

<div style="background-color:#00ACDB">Inner text</div>

This div background color is #00ACDB.

Border color

.myBorderColor { border: 1px solid #00ACDB; }

<div style="border:3px solid #00ACDB">Div</div>

This div border color is #00ACDB.

Opacity

.myOpacity80 { color: #00ACDB; opacity: 0.8; }

<p style="color:#00ACDB;opacity:0.8;">80%</p>

Text with #00ACDB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00ACDB;}

<p style="text-shadow: 3px 3px 1px #00ACDB">Text here.</p>

This text has shadow with #00ACDB color.


.textShadow {text-shadow: 3px 3px 1px #00ACDB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00ACDB, 5px 5px 20px red">Text here.</p>

This text has shadow with #00ACDB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00ACDB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00ACDB, Direction=45, Strength=4)">Text</p>

This text has shadow with #00ACDB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00ACDB;
-webkit-box-shadow: 1px 1px 3px 2px #00ACDB;
box-shadow: 1px 1px 3px 2px #00ACDB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00ACDB; -webkit-box-shadow: 1px 1px 3px 2px #00ACDB; box-shadow:1px 1px 3px 2px #00ACDB;">
Div content here
</div>

This div box has shadow with color #00ACDB.

Preview

Color preview on black background

This text has color #00ACDB on black background.


Color preview on white background

This text has color #00ACDB on white background.


Black color preview on #00ACDB background

This text has black color on #00ACDB background.


White color preview on #00ACDB background

This text has white color on #00ACDB background.


Related colors

Complementary color

Complementary color for #hex is #FF5324.


I love getcolorcode.com

Triadic colors

1 #DB00AC and #ACDB00 with #00ACDB are triadic colors.

2 #DBAC00 and #AC00DB with #00ACDB are triadic colors.