color codes Logo

#06efdd color codes

#06EFDD
(6,239,221)
0 Favorites   0 Comments

Color spaces of #06efdd

RGB 6239221
HSL0.490.950.48
HSV175°97°94°
CMYK 0.970.000.08   0.06
XYZ43.992866.992279.0187
Yxy66.99220.23150.3526
Hunter Lab81.8488-47.29360.0542
CIE-Lab85.5000-50.7316-4.7297

#06efdd color RGB value is (6,239,221).

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

The process color (four color CMYK) of #06efdd color code is 0.97, 0.00, 0.08, 0.06. Web safe color of #06efdd is #00ffcc. Color #06efdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101111 11011101
Octal 6 357 335
Decimal 6 239 221
Hex 6 EF DD

RGB Percentages of Color #06efdd

%1.29
%51.29
%47.42

CMYK Percentages of Color #06efdd

%97
%0
%8
%6

Triadic Colors of #06efdd

#06efdd #dd06ef #efdd06

Analogous Colors of #06efdd

#06efdd #068def #06ef69

Monochromatic Colors of #06efdd

#06efdd

Complementary Color

#06efdd #ef0618

#06efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06efdd Color CSS Codes

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

#06efdd Text Font Color

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

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


#06efdd Background Color

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

This div background color is #06efdd


#06efdd Border Color

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

This div border color is #06efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06efdd


Comments

No comments written yet.

Please login to write comment.