Color Hex Logo

#06ccde Color Hex

#06CCDE
(6,204,222)
0 Favorites   0 Comments

Color spaces of #06ccde

RGB 6204222
HSL0.510.950.45
HSV185°97°87°
CMYK 0.970.080.00   0.13
XYZ34.852848.498476.6314
Yxy48.49840.21790.3031
Hunter Lab69.6408-32.5383-16.4930
CIE-Lab75.1382-34.9579-20.7664

#06ccde color RGB value is (6,204,222).

#06ccde hex color red value is 6, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #06ccde hue: 0.51 , saturation: 0.95 and the lightness value of 06ccde is 0.45.

The process color (four color CMYK) of #06ccde color hex is 0.97, 0.08, 0.00, 0.13. Web safe color of #06ccde is #00cccc. Color #06ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001100 11011110
Octal 6 314 336
Decimal 6 204 222
Hex 6 CC DE

RGB Percentages of Color #06ccde

%1.39
%47.22
%51.39

CMYK Percentages of Color #06ccde

%97
%8
%0
%13

Triadic Colors of #06ccde

#06ccde #de06cc #ccde06

Analogous Colors of #06ccde

#06ccde #0660de #06de84

Monochromatic Colors of #06ccde

#06ccde

Complementary Color

#06ccde #de1806

#06ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ccde Color CSS Codes

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

#06ccde Text Font Color

<p style="color:#06ccde">Text here</p>

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


#06ccde Background Color

<div style="background-color:#06ccde">
Div content here</div>

This div background color is #06ccde


#06ccde Border Color

<div style="border:3px solid #06ccde">
Div here</div>

This div border color is #06ccde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,204,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06ccde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06ccde;
  -webkit-box-shadow: 1px 1px 3px 2px #06ccde;
  box-shadow:         1px 1px 3px 2px #06ccde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ccde


Comments

No comments written yet.

Please login to write comment.