Color Hex Logo

#06dfad Color Hex

#06DFAD
(6,223,173)
0 Favorites   0 Comments

Color spaces of #06dfad

RGB 6223173
HSL0.460.950.45
HSV166°97°87°
CMYK 0.970.000.22   0.13
XYZ34.005655.831248.5194
Yxy55.83120.24580.4035
Hunter Lab74.7203-49.524213.8044
CIE-Lab79.5177-56.758411.9237

#06dfad color RGB value is (6,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011111 10101101
Octal 6 337 255
Decimal 6 223 173
Hex 6 DF AD

RGB Percentages of Color #06dfad

%1.49
%55.47
%43.03

CMYK Percentages of Color #06dfad

%97
%0
%22
%13

Triadic Colors of #06dfad

#06dfad #ad06df #dfad06

Analogous Colors of #06dfad

#06dfad #06a5df #06df41

Monochromatic Colors of #06dfad

#06dfad

Complementary Color

#06dfad #df0638

#06dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dfad Color CSS Codes

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

#06dfad Text Font Color

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

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


#06dfad Background Color

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

This div background color is #06dfad


#06dfad Border Color

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

This div border color is #06dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dfad


Comments

No comments written yet.

Please login to write comment.