Color Hex Logo

#06cddd Color Hex

#06CDDD
(6,205,221)
0 Favorites   0 Comments

Color spaces of #06cddd

RGB 6205221
HSL0.510.950.45
HSV184°97°87°
CMYK 0.970.070.00   0.13
XYZ34.957648.921876.0070
Yxy48.92180.21860.3060
Hunter Lab69.9441-33.1891-15.4685
CIE-Lab75.4027-35.7394-19.8259

#06cddd color RGB value is (6,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001101 11011101
Octal 6 315 335
Decimal 6 205 221
Hex 6 CD DD

RGB Percentages of Color #06cddd

%1.39
%47.45
%51.16

CMYK Percentages of Color #06cddd

%97
%7
%0
%13

Triadic Colors of #06cddd

#06cddd #dd06cd #cddd06

Analogous Colors of #06cddd

#06cddd #0661dd #06dd82

Monochromatic Colors of #06cddd

#06cddd

Complementary Color

#06cddd #dd1606

#06cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cddd Color CSS Codes

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

#06cddd Text Font Color

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

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


#06cddd Background Color

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

This div background color is #06cddd


#06cddd Border Color

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

This div border color is #06cddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,205,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 #06cddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cddd


Comments

No comments written yet.

Please login to write comment.