Color Hex Logo

#00adcd Color Hex

#00ADCD
(0,173,205)
0 Favorites   0 Comments

Color spaces of #00adcd

RGB 0173205
HSL0.531.000.40
HSV189°100°80°
CMYK 1.000.160.00   0.20
XYZ25.963034.294963.0088
Yxy34.29490.21060.2782
Hunter Lab58.5618-23.3465-22.7990
CIE-Lab65.1960-25.5618-26.6717

#00adcd color RGB value is (0,173,205).

#00adcd hex color red value is 0, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #00adcd hue: 0.53 , saturation: 1.00 and the lightness value of 00adcd is 0.40.

The process color (four color CMYK) of #00adcd color hex is 1.00, 0.16, 0.00, 0.20. Web safe color of #00adcd is #0099cc. Color #00adcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101101 11001101
Octal 0 255 315
Decimal 0 173 205
Hex 0 AD CD

RGB Percentages of Color #00adcd

%0.00
%45.77
%54.23

CMYK Percentages of Color #00adcd

%100
%16
%0
%20

Triadic Colors of #00adcd

#00adcd #cd00ad #adcd00

Analogous Colors of #00adcd

#00adcd #0046cd #00cd87

Monochromatic Colors of #00adcd

#00adcd

Complementary Color

#00adcd #cd2000

#00adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00adcd Color CSS Codes

.mybgcolor {background-color:#00adcd; } 
.myforecolor {color:#00adcd; }
.mybordercolor {border:3px solid #00adcd; }

#00adcd Text Font Color

<p style="color:#00adcd">Text here</p>

This sample text font color is #00adcd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00adcd Background Color

<div style="background-color:#00adcd">
Div content here</div>

This div background color is #00adcd


#00adcd Border Color

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

This div border color is #00adcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,173,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00adcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00adcd;
  -webkit-box-shadow: 1px 1px 3px 2px #00adcd;
  box-shadow:         1px 1px 3px 2px #00adcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,173,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00adcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00adcd;
  -webkit-box-shadow: 1px 1px 3px 2px #00adcd;
  box-shadow:         1px 1px 3px 2px #00adcd;">
Div content here</div>

This div box has shadow with color #00adcd


Comments

No comments written yet.

Please login to write comment.