Color Hex Logo

#eefdad Color Hex

#EEFDAD
(238,253,173)
0 Favorites   0 Comments

Color spaces of #eefdad

RGB 238253173
HSL0.200.950.84
HSV71°32°99°
CMYK 0.060.000.32   0.01
XYZ77.928091.444853.0785
Yxy91.44480.35030.4111
Hunter Lab95.6268-21.884034.0293
CIE-Lab96.5929-17.340236.7215

#eefdad color RGB value is (238,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 10101101
Octal 356 375 255
Decimal 238 253 173
Hex EE FD AD

RGB Percentages of Color #eefdad

%35.84
%38.10
%26.05

CMYK Percentages of Color #eefdad

%6
%0
%32
%1

Triadic Colors of #eefdad

#eefdad #adeefd #fdadee

Analogous Colors of #eefdad

#eefdad #c6fdad #fde4ad

Monochromatic Colors of #eefdad

#eefdad

Complementary Color

#eefdad #bcadfd

#eefdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefdad Color CSS Codes

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

#eefdad Text Font Color

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

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


#eefdad Background Color

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

This div background color is #eefdad


#eefdad Border Color

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

This div border color is #eefdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,253,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefdad

Related Colors


Comments

No comments written yet.

Please login to write comment.