Color Hex Logo

#eafdae Color Hex

#EAFDAE
(234,253,174)
0 Favorites   0 Comments

Color spaces of #eafdae

RGB 234253174
HSL0.210.950.84
HSV74°31°99°
CMYK 0.080.000.31   0.01
XYZ76.696990.799053.5280
Yxy90.79900.34700.4108
Hunter Lab95.2885-23.081833.3960
CIE-Lab96.3272-18.672535.8204

#eafdae color RGB value is (234,253,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 10101110
Octal 352 375 256
Decimal 234 253 174
Hex EA FD AE

RGB Percentages of Color #eafdae

%35.40
%38.28
%26.32

CMYK Percentages of Color #eafdae

%8
%0
%31
%1

Triadic Colors of #eafdae

#eafdae #aeeafd #fdaeea

Analogous Colors of #eafdae

#eafdae #c3fdae #fde9ae

Monochromatic Colors of #eafdae

#eafdae

Complementary Color

#eafdae #c1aefd

#eafdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdae Color CSS Codes

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

#eafdae Text Font Color

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

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


#eafdae Background Color

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

This div background color is #eafdae


#eafdae Border Color

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

This div border color is #eafdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdae

Related Colors


Comments

No comments written yet.

Please login to write comment.