Color Hex Logo

#06cacd Color Hex

#06CACD
(6,202,205)
0 Favorites   0 Comments

Color spaces of #06cacd

RGB 6202205
HSL0.500.940.41
HSV181°97°80°
CMYK 0.970.010.00   0.20
XYZ32.215146.687665.0713
Yxy46.68760.22380.3243
Hunter Lab68.3283-35.4163-8.6340
CIE-Lab73.9895-39.2727-13.3094

#06cacd color RGB value is (6,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001010 11001101
Octal 6 312 315
Decimal 6 202 205
Hex 6 CA CD

RGB Percentages of Color #06cacd

%1.45
%48.91
%49.64

CMYK Percentages of Color #06cacd

%97
%1
%0
%20

Triadic Colors of #06cacd

#06cacd #cd06ca #cacd06

Analogous Colors of #06cacd

#06cacd #0667cd #06cd6d

Monochromatic Colors of #06cacd

#06cacd

Complementary Color

#06cacd #cd0906

#06cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cacd Color CSS Codes

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

#06cacd Text Font Color

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

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


#06cacd Background Color

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

This div background color is #06cacd


#06cacd Border Color

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

This div border color is #06cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cacd


Comments

No comments written yet.

Please login to write comment.