Color Hex Logo

#eafdc9 Color Hex

#EAFDC9
(234,253,201)
0 Favorites   0 Comments

Color spaces of #eafdc9

RGB 234253201
HSL0.230.930.89
HSV82°21°99°
CMYK 0.080.000.21   0.01
XYZ79.599691.960068.8131
Yxy91.96000.33120.3826
Hunter Lab95.8958-19.651224.5816
CIE-Lab96.8040-14.927522.8567

#eafdc9 color RGB value is (234,253,201).

#eafdc9 hex color red value is 234, green value is 253 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #eafdc9 hue: 0.23 , saturation: 0.93 and the lightness value of eafdc9 is 0.89.

The process color (four color CMYK) of #eafdc9 color hex is 0.08, 0.00, 0.21, 0.01. Web safe color of #eafdc9 is #ffffcc. Color #eafdc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 11001001
Octal 352 375 311
Decimal 234 253 201
Hex EA FD C9

RGB Percentages of Color #eafdc9

%34.01
%36.77
%29.22

CMYK Percentages of Color #eafdc9

%8
%0
%21
%1

Triadic Colors of #eafdc9

#eafdc9 #c9eafd #fdc9ea

Analogous Colors of #eafdc9

#eafdc9 #d0fdc9 #fdf6c9

Monochromatic Colors of #eafdc9

#eafdc9

Complementary Color

#eafdc9 #dcc9fd

#eafdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdc9 Color CSS Codes

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

#eafdc9 Text Font Color

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

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


#eafdc9 Background Color

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

This div background color is #eafdc9


#eafdc9 Border Color

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

This div border color is #eafdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdc9

Related Colors


Comments

No comments written yet.

Please login to write comment.