Color Hex Logo

#eafdbe Color Hex

#EAFDBE
(234,253,190)
0 Favorites   0 Comments

Color spaces of #eafdbe

RGB 234253190
HSL0.220.940.87
HSV78°25°99°
CMYK 0.080.000.25   0.01
XYZ78.351291.460762.2393
Yxy91.46070.33760.3941
Hunter Lab95.6351-21.121328.3586
CIE-Lab96.5994-16.522728.1535

#eafdbe color RGB value is (234,253,190).

#eafdbe hex color red value is 234, green value is 253 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eafdbe hue: 0.22 , saturation: 0.94 and the lightness value of eafdbe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 10111110
Octal 352 375 276
Decimal 234 253 190
Hex EA FD BE

RGB Percentages of Color #eafdbe

%34.56
%37.37
%28.06

CMYK Percentages of Color #eafdbe

%8
%0
%25
%1

Triadic Colors of #eafdbe

#eafdbe #beeafd #fdbeea

Analogous Colors of #eafdbe

#eafdbe #cbfdbe #fdf1be

Monochromatic Colors of #eafdbe

#eafdbe

Complementary Color

#eafdbe #d1befd

#eafdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdbe Color CSS Codes

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

#eafdbe Text Font Color

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

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


#eafdbe Background Color

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

This div background color is #eafdbe


#eafdbe Border Color

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

This div border color is #eafdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.