color codes Logo

#00ccda color codes

#00CCDA
(0,204,218)
0 Favorites   0 Comments

Color spaces of #00ccda

RGB 0204218
HSL0.511.000.43
HSV184°100°85°
CMYK 1.000.060.00   0.15
XYZ34.247848.247773.8374
Yxy48.24770.21910.3086
Hunter Lab69.4606-33.5459-14.4036
CIE-Lab74.9809-36.3627-18.8487

#00ccda color RGB value is (0,204,218).

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

The process color (four color CMYK) of #00ccda color code is 1.00, 0.06, 0.00, 0.15. Web safe color of #00ccda is #00cccc. Color #00ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001100 11011010
Octal 0 314 332
Decimal 0 204 218
Hex 0 CC DA

RGB Percentages of Color #00ccda

%0.00
%48.34
%51.66

CMYK Percentages of Color #00ccda

%100
%6
%0
%15

Triadic Colors of #00ccda

#00ccda #da00cc #ccda00

Analogous Colors of #00ccda

#00ccda #005fda #00da7b

Monochromatic Colors of #00ccda

#00ccda

Complementary Color

#00ccda #da0e00

#00ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ccda Color CSS Codes

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

#00ccda Text Font Color

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

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


#00ccda Background Color

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

This div background color is #00ccda


#00ccda Border Color

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

This div border color is #00ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ccda


Comments

No comments written yet.

Please login to write comment.