Color Hex Logo

#eaebd2 Color Hex

#EAEBD2
(234,235,210)
0 Favorites   0 Comments

Color spaces of #eaebd2

RGB 234235210
HSL0.170.380.87
HSV62°11°92°
CMYK 0.000.000.11   0.08
XYZ75.272981.562272.7485
Yxy81.56220.32790.3553
Hunter Lab90.3118-9.269815.4586
CIE-Lab92.3813-4.563112.0201

#eaebd2 color RGB value is (234,235,210).

#eaebd2 hex color red value is 234, green value is 235 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #eaebd2 hue: 0.17 , saturation: 0.38 and the lightness value of eaebd2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 11010010
Octal 352 353 322
Decimal 234 235 210
Hex EA EB D2

RGB Percentages of Color #eaebd2

%34.46
%34.61
%30.93

CMYK Percentages of Color #eaebd2

%0
%0
%11
%8

Triadic Colors of #eaebd2

#eaebd2 #d2eaeb #ebd2ea

Analogous Colors of #eaebd2

#eaebd2 #deebd2 #ebe0d2

Monochromatic Colors of #eaebd2

#eaebd2

Complementary Color

#eaebd2 #d3d2eb

#eaebd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaebd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaebd2 Color CSS Codes

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

#eaebd2 Text Font Color

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

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


#eaebd2 Background Color

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

This div background color is #eaebd2


#eaebd2 Border Color

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

This div border color is #eaebd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaebd2


Comments

No comments written yet.

Please login to write comment.