Color Hex Logo

#06cad1 Color Hex

#06CAD1
(6,202,209)
0 Favorites   0 Comments

Color spaces of #06cad1

RGB 6202209
HSL0.510.940.42
HSV182°97°82°
CMYK 0.970.030.00   0.18
XYZ32.704346.883267.6473
Yxy46.88320.22210.3184
Hunter Lab68.4713-34.5669-10.6466
CIE-Lab74.1150-38.0579-15.2874

#06cad1 color RGB value is (6,202,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001010 11010001
Octal 6 312 321
Decimal 6 202 209
Hex 6 CA D1

RGB Percentages of Color #06cad1

%1.44
%48.44
%50.12

CMYK Percentages of Color #06cad1

%97
%3
%0
%18

Triadic Colors of #06cad1

#06cad1 #d106ca #cad106

Analogous Colors of #06cad1

#06cad1 #0665d1 #06d173

Monochromatic Colors of #06cad1

#06cad1

Complementary Color

#06cad1 #d10d06

#06cad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cad1 Color CSS Codes

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

#06cad1 Text Font Color

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

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


#06cad1 Background Color

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

This div background color is #06cad1


#06cad1 Border Color

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

This div border color is #06cad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cad1


Comments

No comments written yet.

Please login to write comment.