Color Hex Logo

#eaecb4 Color Hex

#EAECB4
(234,236,180)
0 Favorites   0 Comments

Color spaces of #eaecb4

RGB 234236180
HSL0.170.600.82
HSV62°24°93°
CMYK 0.010.000.24   0.07
XYZ72.165480.778654.9683
Yxy80.77860.34710.3885
Hunter Lab89.8769-13.960526.6524
CIE-Lab92.0331-9.517727.0135

#eaecb4 color RGB value is (234,236,180).

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

The process color (four color CMYK) of #eaecb4 color hex is 0.01, 0.00, 0.24, 0.07. Web safe color of #eaecb4 is #ffffcc. Color #eaecb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101100 10110100
Octal 352 354 264
Decimal 234 236 180
Hex EA EC B4

RGB Percentages of Color #eaecb4

%36.00
%36.31
%27.69

CMYK Percentages of Color #eaecb4

%1
%0
%24
%7

Triadic Colors of #eaecb4

#eaecb4 #b4eaec #ecb4ea

Analogous Colors of #eaecb4

#eaecb4 #ceecb4 #ecd2b4

Monochromatic Colors of #eaecb4

#eaecb4

Complementary Color

#eaecb4 #b6b4ec

#eaecb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaecb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaecb4 Color CSS Codes

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

#eaecb4 Text Font Color

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

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


#eaecb4 Background Color

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

This div background color is #eaecb4


#eaecb4 Border Color

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

This div border color is #eaecb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,236,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 #eaecb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaecb4


Comments

No comments written yet.

Please login to write comment.