Color Hex Logo

#eabf9b Color Hex

#EABF9B
(234,191,155)
0 Favorites   0 Comments

Color spaces of #eabf9b

RGB 234191155
HSL0.080.650.76
HSV27°34°92°
CMYK 0.000.180.34   0.08
XYZ58.478957.120638.9536
Yxy57.12060.37840.3696
Hunter Lab75.57825.853322.3462
CIE-Lab80.247410.403023.9642

#eabf9b color RGB value is (234,191,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 10011011
Octal 352 277 233
Decimal 234 191 155
Hex EA BF 9B

RGB Percentages of Color #eabf9b

%40.34
%32.93
%26.72

CMYK Percentages of Color #eabf9b

%0
%18
%34
%8

Triadic Colors of #eabf9b

#eabf9b #9beabf #bf9bea

Analogous Colors of #eabf9b

#eabf9b #eae79b #ea9b9f

Monochromatic Colors of #eabf9b

#eabf9b

Complementary Color

#eabf9b #9bc6ea

#eabf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabf9b Color CSS Codes

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

#eabf9b Text Font Color

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

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


#eabf9b Background Color

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

This div background color is #eabf9b


#eabf9b Border Color

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

This div border color is #eabf9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,191,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 #eabf9b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabf9b


Comments

No comments written yet.

Please login to write comment.