Color Hex Logo

#eaefb4 Color Hex

#EAEFB4
(234,239,180)
0 Favorites   0 Comments

Color spaces of #eaefb4

RGB 234239180
HSL0.180.650.82
HSV65°25°94°
CMYK 0.020.000.25   0.06
XYZ73.036482.520755.2587
Yxy82.52070.34640.3914
Hunter Lab90.8409-15.457027.5224
CIE-Lab92.8042-11.013628.0630

#eaefb4 color RGB value is (234,239,180).

#eaefb4 hex color red value is 234, green value is 239 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #eaefb4 hue: 0.18 , saturation: 0.65 and the lightness value of eaefb4 is 0.82.

The process color (four color CMYK) of #eaefb4 color hex is 0.02, 0.00, 0.25, 0.06. Web safe color of #eaefb4 is #ffffcc. Color #eaefb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 10110100
Octal 352 357 264
Decimal 234 239 180
Hex EA EF B4

RGB Percentages of Color #eaefb4

%35.83
%36.60
%27.57

CMYK Percentages of Color #eaefb4

%2
%0
%25
%6

Triadic Colors of #eaefb4

#eaefb4 #b4eaef #efb4ea

Analogous Colors of #eaefb4

#eaefb4 #cdefb4 #efd7b4

Monochromatic Colors of #eaefb4

#eaefb4

Complementary Color

#eaefb4 #b9b4ef

#eaefb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaefb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaefb4 Color CSS Codes

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

#eaefb4 Text Font Color

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

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


#eaefb4 Background Color

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

This div background color is #eaefb4


#eaefb4 Border Color

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

This div border color is #eaefb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaefb4


Comments

No comments written yet.

Please login to write comment.