Color Hex Logo

#eabf9d Color Hex

#EABF9D
(234,191,157)
0 Favorites   0 Comments

Color spaces of #eabf9d

RGB 234191157
HSL0.070.650.77
HSV26°33°92°
CMYK 0.000.180.33   0.08
XYZ58.648357.188339.8456
Yxy57.18830.37670.3673
Hunter Lab75.62296.093021.6963
CIE-Lab80.285410.649422.9542

#eabf9d color RGB value is (234,191,157).

#eabf9d hex color red value is 234, green value is 191 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eabf9d hue: 0.07 , saturation: 0.65 and the lightness value of eabf9d is 0.77.

The process color (four color CMYK) of #eabf9d color hex is 0.00, 0.18, 0.33, 0.08. Web safe color of #eabf9d is #ffcc99. Color #eabf9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 10011101
Octal 352 277 235
Decimal 234 191 157
Hex EA BF 9D

RGB Percentages of Color #eabf9d

%40.21
%32.82
%26.98

CMYK Percentages of Color #eabf9d

%0
%18
%33
%8

Triadic Colors of #eabf9d

#eabf9d #9deabf #bf9dea

Analogous Colors of #eabf9d

#eabf9d #eae69d #ea9da2

Monochromatic Colors of #eabf9d

#eabf9d

Complementary Color

#eabf9d #9dc8ea

#eabf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabf9d Color CSS Codes

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

#eabf9d Text Font Color

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

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


#eabf9d Background Color

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

This div background color is #eabf9d


#eabf9d Border Color

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

This div border color is #eabf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabf9d


Comments

No comments written yet.

Please login to write comment.