Color Hex Logo

#eefda5 Color Hex

#EEFDA5
(238,253,165)
0 Favorites   0 Comments

Color spaces of #eefda5

RGB 238253165
HSL0.200.960.82
HSV70°35°99°
CMYK 0.060.000.35   0.01
XYZ77.176791.144349.1223
Yxy91.14430.35490.4192
Hunter Lab95.4695-22.773936.3220
CIE-Lab96.4694-18.316840.5208

#eefda5 color RGB value is (238,253,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 10100101
Octal 356 375 245
Decimal 238 253 165
Hex EE FD A5

RGB Percentages of Color #eefda5

%36.28
%38.57
%25.15

CMYK Percentages of Color #eefda5

%6
%0
%35
%1

Triadic Colors of #eefda5

#eefda5 #a5eefd #fda5ee

Analogous Colors of #eefda5

#eefda5 #c2fda5 #fde0a5

Monochromatic Colors of #eefda5

#eefda5

Complementary Color

#eefda5 #b4a5fd

#eefda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefda5 Color CSS Codes

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

#eefda5 Text Font Color

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

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


#eefda5 Background Color

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

This div background color is #eefda5


#eefda5 Border Color

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

This div border color is #eefda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefda5


Comments

No comments written yet.

Please login to write comment.