Color Hex Logo

#eafdec Color Hex

#EAFDEC
(234,253,236)
0 Favorites   0 Comments

Color spaces of #eafdec

RGB 234253236
HSL0.350.830.95
HSV126°99°
CMYK 0.080.000.07   0.01
XYZ84.197393.799193.0242
Yxy93.79910.31070.3461
Hunter Lab96.8499-14.306910.8470
CIE-Lab97.5510-9.24276.0013

#eafdec color RGB value is (234,253,236).

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

The process color (four color CMYK) of #eafdec color hex is 0.08, 0.00, 0.07, 0.01. Web safe color of #eafdec is #ffffff. Color #eafdec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 11101100
Octal 352 375 354
Decimal 234 253 236
Hex EA FD EC

RGB Percentages of Color #eafdec

%32.37
%34.99
%32.64

CMYK Percentages of Color #eafdec

%8
%0
%7
%1

Triadic Colors of #eafdec

#eafdec #eceafd #fdecea

Analogous Colors of #eafdec

#eafdec #eafdf6 #f2fdea

Monochromatic Colors of #eafdec

#eafdec

Complementary Color

#eafdec #fdeafb

#eafdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdec Color CSS Codes

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

#eafdec Text Font Color

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

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


#eafdec Background Color

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

This div background color is #eafdec


#eafdec Border Color

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

This div border color is #eafdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdec

Related Colors


Comments

No comments written yet.

Please login to write comment.