Color Hex Logo

#efffaf Color Hex

#EFFFAF
(239,255,175)
0 Favorites   0 Comments

Color spaces of #efffaf

RGB 239255175
HSL0.201.000.84
HSV72°31°100°
CMYK 0.060.000.31   0.00
XYZ79.094592.965954.3329
Yxy92.96590.34940.4106
Hunter Lab96.4188-22.305434.0827
CIE-Lab97.2138-17.692936.5617

#efffaf color RGB value is (239,255,175).

#efffaf hex color red value is 239, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #efffaf hue: 0.20 , saturation: 1.00 and the lightness value of efffaf is 0.84.

The process color (four color CMYK) of #efffaf color hex is 0.06, 0.00, 0.31, 0.00. Web safe color of #efffaf is #ffff99. Color #efffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 10101111
Octal 357 377 257
Decimal 239 255 175
Hex EF FF AF

RGB Percentages of Color #efffaf

%35.72
%38.12
%26.16

CMYK Percentages of Color #efffaf

%6
%0
%31
%0

Triadic Colors of #efffaf

#efffaf #afefff #ffafef

Analogous Colors of #efffaf

#efffaf #c7ffaf #ffe7af

Monochromatic Colors of #efffaf

#efffaf

Complementary Color

#efffaf #bfafff

#efffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffaf Color CSS Codes

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

#efffaf Text Font Color

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

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


#efffaf Background Color

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

This div background color is #efffaf


#efffaf Border Color

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

This div border color is #efffaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,255,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efffaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efffaf;
  -webkit-box-shadow: 1px 1px 3px 2px #efffaf;
  box-shadow:         1px 1px 3px 2px #efffaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffaf


Comments

No comments written yet.

Please login to write comment.