color codes Logo

#06dfcb color codes

#06DFCB
(6,223,203)
0 Favorites   0 Comments

Color spaces of #06dfcb

RGB 6223203
HSL0.480.950.45
HSV174°97°87°
CMYK 0.970.000.09   0.13
XYZ37.242357.125965.5634
Yxy57.12590.23290.3572
Hunter Lab75.5817-44.31341.4760
CIE-Lab80.2504-48.9944-2.9385

#06dfcb color RGB value is (6,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011111 11001011
Octal 6 337 313
Decimal 6 223 203
Hex 6 DF CB

RGB Percentages of Color #06dfcb

%1.39
%51.62
%46.99

CMYK Percentages of Color #06dfcb

%97
%0
%9
%13

Triadic Colors of #06dfcb

#06dfcb #cb06df #dfcb06

Analogous Colors of #06dfcb

#06dfcb #0687df #06df5f

Monochromatic Colors of #06dfcb

#06dfcb

Complementary Color

#06dfcb #df061a

#06dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dfcb Color CSS Codes

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

#06dfcb Text Font Color

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

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


#06dfcb Background Color

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

This div background color is #06dfcb


#06dfcb Border Color

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

This div border color is #06dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dfcb


Comments

No comments written yet.

Please login to write comment.