Color Hex Logo

#eaedb2 Color Hex

#EAEDB2
(234,237,178)
0 Favorites   0 Comments

Color spaces of #eaedb2

RGB 234237178
HSL0.180.620.81
HSV63°25°93°
CMYK 0.010.000.25   0.07
XYZ72.251881.275253.9991
Yxy81.27520.34820.3916
Hunter Lab90.1528-14.710727.5938
CIE-Lab92.2540-10.288028.3359

#eaedb2 color RGB value is (234,237,178).

#eaedb2 hex color red value is 234, green value is 237 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #eaedb2 hue: 0.18 , saturation: 0.62 and the lightness value of eaedb2 is 0.81.

The process color (four color CMYK) of #eaedb2 color hex is 0.01, 0.00, 0.25, 0.07. Web safe color of #eaedb2 is #ffff99. Color #eaedb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 10110010
Octal 352 355 262
Decimal 234 237 178
Hex EA ED B2

RGB Percentages of Color #eaedb2

%36.06
%36.52
%27.43

CMYK Percentages of Color #eaedb2

%1
%0
%25
%7

Triadic Colors of #eaedb2

#eaedb2 #b2eaed #edb2ea

Analogous Colors of #eaedb2

#eaedb2 #cdedb2 #edd3b2

Monochromatic Colors of #eaedb2

#eaedb2

Complementary Color

#eaedb2 #b5b2ed

#eaedb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaedb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaedb2 Color CSS Codes

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

#eaedb2 Text Font Color

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

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


#eaedb2 Background Color

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

This div background color is #eaedb2


#eaedb2 Border Color

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

This div border color is #eaedb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaedb2


Comments

No comments written yet.

Please login to write comment.