Color Hex Logo

#06dbcc Color Hex

#06DBCC
(6,219,204)
0 Favorites   0 Comments

Color spaces of #06dbcc

RGB 6219204
HSL0.490.950.44
HSV176°97°86°
CMYK 0.970.000.07   0.14
XYZ36.305755.061465.8411
Yxy55.06140.23090.3502
Hunter Lab74.2034-42.5207-0.6660
CIE-Lab79.0766-47.0285-5.2003

#06dbcc color RGB value is (6,219,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011011 11001100
Octal 6 333 314
Decimal 6 219 204
Hex 6 DB CC

RGB Percentages of Color #06dbcc

%1.40
%51.05
%47.55

CMYK Percentages of Color #06dbcc

%97
%0
%7
%14

Triadic Colors of #06dbcc

#06dbcc #cc06db #dbcc06

Analogous Colors of #06dbcc

#06dbcc #0680db #06db62

Monochromatic Colors of #06dbcc

#06dbcc

Complementary Color

#06dbcc #db0615

#06dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dbcc Color CSS Codes

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

#06dbcc Text Font Color

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

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


#06dbcc Background Color

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

This div background color is #06dbcc


#06dbcc Border Color

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

This div border color is #06dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dbcc


Comments

No comments written yet.

Please login to write comment.