color codes Logo

#06dfd7 color codes

#06DFD7
(6,223,215)
0 Favorites   0 Comments

Color spaces of #06dfd7

RGB 6223215
HSL0.490.950.45
HSV178°97°87°
CMYK 0.970.000.04   0.13
XYZ38.728557.720473.3899
Yxy57.72040.22800.3399
Hunter Lab75.9739-41.9622-4.0917
CIE-Lab80.5831-45.6251-8.8340

#06dfd7 color RGB value is (6,223,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011111 11010111
Octal 6 337 327
Decimal 6 223 215
Hex 6 DF D7

RGB Percentages of Color #06dfd7

%1.35
%50.23
%48.42

CMYK Percentages of Color #06dfd7

%97
%0
%4
%13

Triadic Colors of #06dfd7

#06dfd7 #d706df #dfd706

Analogous Colors of #06dfd7

#06dfd7 #067bdf #06df6b

Monochromatic Colors of #06dfd7

#06dfd7

Complementary Color

#06dfd7 #df060e

#06dfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dfd7 Color CSS Codes

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

#06dfd7 Text Font Color

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

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


#06dfd7 Background Color

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

This div background color is #06dfd7


#06dfd7 Border Color

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

This div border color is #06dfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dfd7


Comments

No comments written yet.

Please login to write comment.