Color Hex Logo

#00cadc Color Hex

#00CADC
(0,202,220)
0 Favorites   0 Comments

Color spaces of #00cadc

RGB 0202220
HSL0.511.000.43
HSV185°100°86°
CMYK 1.000.080.00   0.14
XYZ34.038847.408475.0668
Yxy47.40840.21750.3029
Hunter Lab68.8538-32.2502-16.4424
CIE-Lab74.4502-34.8007-20.7334

#00cadc color RGB value is (0,202,220).

#00cadc hex color red value is 0, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #00cadc hue: 0.51 , saturation: 1.00 and the lightness value of 00cadc is 0.43.

The process color (four color CMYK) of #00cadc color hex is 1.00, 0.08, 0.00, 0.14. Web safe color of #00cadc is #00cccc. Color #00cadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001010 11011100
Octal 0 312 334
Decimal 0 202 220
Hex 0 CA DC

RGB Percentages of Color #00cadc

%0.00
%47.87
%52.13

CMYK Percentages of Color #00cadc

%100
%8
%0
%14

Triadic Colors of #00cadc

#00cadc #dc00ca #cadc00

Analogous Colors of #00cadc

#00cadc #005cdc #00dc80

Monochromatic Colors of #00cadc

#00cadc

Complementary Color

#00cadc #dc1200

#00cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cadc Color CSS Codes

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

#00cadc Text Font Color

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

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


#00cadc Background Color

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

This div background color is #00cadc


#00cadc Border Color

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

This div border color is #00cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cadc


Comments

No comments written yet.

Please login to write comment.