Color Hex Logo

#eadd95 Color Hex

#EADD95
(234,221,149)
0 Favorites   0 Comments

Color spaces of #eadd95

RGB 234221149
HSL0.140.670.75
HSV51°36°92°
CMYK 0.000.060.36   0.08
XYZ65.213071.375338.7735
Yxy71.37530.37190.4070
Hunter Lab84.4839-10.062931.9279
CIE-Lab87.6670-5.844036.9758

#eadd95 color RGB value is (234,221,149).

#eadd95 hex color red value is 234, green value is 221 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #eadd95 hue: 0.14 , saturation: 0.67 and the lightness value of eadd95 is 0.75.

The process color (four color CMYK) of #eadd95 color hex is 0.00, 0.06, 0.36, 0.08. Web safe color of #eadd95 is #ffcc99. Color #eadd95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 10010101
Octal 352 335 225
Decimal 234 221 149
Hex EA DD 95

RGB Percentages of Color #eadd95

%38.74
%36.59
%24.67

CMYK Percentages of Color #eadd95

%0
%6
%36
%8

Triadic Colors of #eadd95

#eadd95 #95eadd #dd95ea

Analogous Colors of #eadd95

#eadd95 #cdea95 #eab395

Monochromatic Colors of #eadd95

#eadd95

Complementary Color

#eadd95 #95a2ea

#eadd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd95 Color CSS Codes

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

#eadd95 Text Font Color

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

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


#eadd95 Background Color

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

This div background color is #eadd95


#eadd95 Border Color

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

This div border color is #eadd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd95


Comments

No comments written yet.

Please login to write comment.