Color Hex Logo

#00adcc Color Hex

#00ADCC
(0,173,204)
0 Favorites   0 Comments

Color spaces of #00adcc

RGB 0173204
HSL0.531.000.40
HSV189°100°80°
CMYK 1.000.150.00   0.20
XYZ25.842734.246862.3750
Yxy34.24680.21100.2796
Hunter Lab58.5208-23.5860-22.2304
CIE-Lab65.1580-25.8999-26.1764

#00adcc color RGB value is (0,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101101 11001100
Octal 0 255 314
Decimal 0 173 204
Hex 0 AD CC

RGB Percentages of Color #00adcc

%0.00
%45.89
%54.11

CMYK Percentages of Color #00adcc

%100
%15
%0
%20

Triadic Colors of #00adcc

#00adcc #cc00ad #adcc00

Analogous Colors of #00adcc

#00adcc #0047cc #00cc85

Monochromatic Colors of #00adcc

#00adcc

Complementary Color

#00adcc #cc1f00

#00adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00adcc Color CSS Codes

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

#00adcc Text Font Color

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

This sample text font color is #00adcc
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.


#00adcc Background Color

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

This div background color is #00adcc


#00adcc Border Color

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

This div border color is #00adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00adcc

#00adcc Color Palettes


Comments

No comments written yet.

Please login to write comment.