Color Hex Logo

#eadf9b Color Hex

#EADF9B
(234,223,155)
0 Favorites   0 Comments

Color spaces of #eadf9b

RGB 234223155
HSL0.140.650.76
HSV52°34°92°
CMYK 0.000.050.34   0.08
XYZ66.235872.634341.5392
Yxy72.63430.36710.4026
Hunter Lab85.2258-10.418430.7600
CIE-Lab88.2730-6.162434.7272

#eadf9b color RGB value is (234,223,155).

#eadf9b hex color red value is 234, green value is 223 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eadf9b hue: 0.14 , saturation: 0.65 and the lightness value of eadf9b is 0.76.

The process color (four color CMYK) of #eadf9b color hex is 0.00, 0.05, 0.34, 0.08. Web safe color of #eadf9b is #ffcc99. Color #eadf9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 10011011
Octal 352 337 233
Decimal 234 223 155
Hex EA DF 9B

RGB Percentages of Color #eadf9b

%38.24
%36.44
%25.33

CMYK Percentages of Color #eadf9b

%0
%5
%34
%8

Triadic Colors of #eadf9b

#eadf9b #9beadf #df9bea

Analogous Colors of #eadf9b

#eadf9b #ceea9b #eab89b

Monochromatic Colors of #eadf9b

#eadf9b

Complementary Color

#eadf9b #9ba6ea

#eadf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadf9b Color CSS Codes

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

#eadf9b Text Font Color

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

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


#eadf9b Background Color

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

This div background color is #eadf9b


#eadf9b Border Color

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

This div border color is #eadf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadf9b


Comments

No comments written yet.

Please login to write comment.