Color Hex Logo

#eefdaf Color Hex

#EEFDAF
(238,253,175)
0 Favorites   0 Comments

Color spaces of #eefdaf

RGB 238253175
HSL0.200.950.84
HSV72°31°99°
CMYK 0.060.000.31   0.01
XYZ78.123091.522854.1056
Yxy91.52280.34920.4090
Hunter Lab95.6675-21.653533.4353
CIE-Lab96.6249-17.088235.7679

#eefdaf color RGB value is (238,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 10101111
Octal 356 375 257
Decimal 238 253 175
Hex EE FD AF

RGB Percentages of Color #eefdaf

%35.74
%37.99
%26.28

CMYK Percentages of Color #eefdaf

%6
%0
%31
%1

Triadic Colors of #eefdaf

#eefdaf #afeefd #fdafee

Analogous Colors of #eefdaf

#eefdaf #c7fdaf #fde5af

Monochromatic Colors of #eefdaf

#eefdaf

Complementary Color

#eefdaf #beaffd

#eefdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefdaf Color CSS Codes

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

#eefdaf Text Font Color

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

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


#eefdaf Background Color

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

This div background color is #eefdaf


#eefdaf Border Color

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

This div border color is #eefdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,253,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 #eefdaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefdaf

Related Colors

#eefdaf Color Palettes


Comments

No comments written yet.

Please login to write comment.