Color Hex Logo

#06cadd Color Hex

#06CADD
(6,202,221)
0 Favorites   0 Comments

Color spaces of #06cadd

RGB 6202221
HSL0.510.950.45
HSV185°97°87°
CMYK 0.970.090.00   0.13
XYZ34.246847.500275.7701
Yxy47.50020.21740.3016
Hunter Lab68.9204-31.9134-16.9383
CIE-Lab74.5086-34.3304-21.1829

#06cadd color RGB value is (6,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001010 11011101
Octal 6 312 335
Decimal 6 202 221
Hex 6 CA DD

RGB Percentages of Color #06cadd

%1.40
%47.09
%51.52

CMYK Percentages of Color #06cadd

%97
%9
%0
%13

Triadic Colors of #06cadd

#06cadd #dd06ca #cadd06

Analogous Colors of #06cadd

#06cadd #065edd #06dd85

Monochromatic Colors of #06cadd

#06cadd

Complementary Color

#06cadd #dd1906

#06cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cadd Color CSS Codes

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

#06cadd Text Font Color

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

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


#06cadd Background Color

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

This div background color is #06cadd


#06cadd Border Color

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

This div border color is #06cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cadd


Comments

No comments written yet.

Please login to write comment.