Color Hex Logo

#06dfab Color Hex

#06DFAB
(6,223,171)
0 Favorites   0 Comments

Color spaces of #06dfab

RGB 6223171
HSL0.460.950.45
HSV166°97°87°
CMYK 0.970.000.23   0.13
XYZ33.813555.754347.5076
Yxy55.75430.24670.4067
Hunter Lab74.6688-49.837314.5452
CIE-Lab79.4738-57.239012.9174

#06dfab color RGB value is (6,223,171).

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

The process color (four color CMYK) of #06dfab color hex is 0.97, 0.00, 0.23, 0.13. Web safe color of #06dfab is #00cc99. Color #06dfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011111 10101011
Octal 6 337 253
Decimal 6 223 171
Hex 6 DF AB

RGB Percentages of Color #06dfab

%1.50
%55.75
%42.75

CMYK Percentages of Color #06dfab

%97
%0
%23
%13

Triadic Colors of #06dfab

#06dfab #ab06df #dfab06

Analogous Colors of #06dfab

#06dfab #06a7df #06df3f

Monochromatic Colors of #06dfab

#06dfab

Complementary Color

#06dfab #df063a

#06dfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dfab Color CSS Codes

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

#06dfab Text Font Color

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

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


#06dfab Background Color

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

This div background color is #06dfab


#06dfab Border Color

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

This div border color is #06dfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dfab


Comments

No comments written yet.

Please login to write comment.