color codes Logo

#06dcab color codes

#06DCAB
(6,220,171)
0 Favorites   0 Comments

Color spaces of #06dcab

RGB 6220171
HSL0.460.950.44
HSV166°97°86°
CMYK 0.970.000.22   0.14
XYZ33.019054.165447.2428
Yxy54.16540.24560.4029
Hunter Lab73.5971-48.711913.4591
CIE-Lab78.5581-56.088811.6210

#06dcab color RGB value is (6,220,171).

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

The process color (four color CMYK) of #06dcab color code is 0.97, 0.00, 0.22, 0.14. Web safe color of #06dcab is #00cc99. Color #06dcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011100 10101011
Octal 6 334 253
Decimal 6 220 171
Hex 6 DC AB

RGB Percentages of Color #06dcab

%1.51
%55.42
%43.07

CMYK Percentages of Color #06dcab

%97
%0
%22
%14

Triadic Colors of #06dcab

#06dcab #ab06dc #dcab06

Analogous Colors of #06dcab

#06dcab #06a2dc #06dc40

Monochromatic Colors of #06dcab

#06dcab

Complementary Color

#06dcab #dc0637

#06dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dcab Color CSS Codes

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

#06dcab Text Font Color

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

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


#06dcab Background Color

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

This div background color is #06dcab


#06dcab Border Color

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

This div border color is #06dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dcab


Comments

No comments written yet.

Please login to write comment.