Color Hex Logo

#00df8f Color Hex

#00DF8F
(0,223,143)
0 Favorites   0 Comments

Color spaces of #00df8f

RGB 0223143
HSL0.441.000.44
HSV158°100°87°
CMYK 1.000.000.36   0.13
XYZ31.345654.758534.9040
Yxy54.75850.25900.4525
Hunter Lab73.9990-53.886523.8333
CIE-Lab78.9020-63.612126.7456

#00df8f color RGB value is (0,223,143).

#00df8f hex color red value is 0, green value is 223 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #00df8f hue: 0.44 , saturation: 1.00 and the lightness value of 00df8f is 0.44.

The process color (four color CMYK) of #00df8f color hex is 1.00, 0.00, 0.36, 0.13. Web safe color of #00df8f is #00cc99. Color #00df8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011111 10001111
Octal 0 337 217
Decimal 0 223 143
Hex 0 DF 8F

RGB Percentages of Color #00df8f

%0.00
%60.93
%39.07

CMYK Percentages of Color #00df8f

%100
%0
%36
%13

Triadic Colors of #00df8f

#00df8f #8f00df #df8f00

Analogous Colors of #00df8f

#00df8f #00c0df #00df1f

Monochromatic Colors of #00df8f

#00df8f

Complementary Color

#00df8f #df0050

#00df8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00df8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00df8f Color CSS Codes

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

#00df8f Text Font Color

<p style="color:#00df8f">Text here</p>

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


#00df8f Background Color

<div style="background-color:#00df8f">
Div content here</div>

This div background color is #00df8f


#00df8f Border Color

<div style="border:3px solid #00df8f">
Div here</div>

This div border color is #00df8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,223,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00df8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00df8f;
  -webkit-box-shadow: 1px 1px 3px 2px #00df8f;
  box-shadow:         1px 1px 3px 2px #00df8f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00df8f


Comments

No comments written yet.

Please login to write comment.