Color Hex Logo

#efa89b Color Hex

#EFA89B
(239,168,155)
0 Favorites   0 Comments

Color spaces of #efa89b

RGB 239168155
HSL0.030.720.77
HSV35°94°
CMYK 0.000.300.35   0.06
XYZ55.515648.722537.4887
Yxy48.72250.39170.3438
Hunter Lab69.801519.814717.0178
CIE-Lab75.278424.513217.1995

#efa89b color RGB value is (239,168,155).

#efa89b hex color red value is 239, green value is 168 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #efa89b hue: 0.03 , saturation: 0.72 and the lightness value of efa89b is 0.77.

The process color (four color CMYK) of #efa89b color hex is 0.00, 0.30, 0.35, 0.06. Web safe color of #efa89b is #ff9999. Color #efa89b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 10011011
Octal 357 250 233
Decimal 239 168 155
Hex EF A8 9B

RGB Percentages of Color #efa89b

%42.53
%29.89
%27.58

CMYK Percentages of Color #efa89b

%0
%30
%35
%6

Triadic Colors of #efa89b

#efa89b #9befa8 #a89bef

Analogous Colors of #efa89b

#efa89b #efd29b #ef9bb8

Monochromatic Colors of #efa89b

#efa89b

Complementary Color

#efa89b #9be2ef

#efa89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa89b Color CSS Codes

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

#efa89b Text Font Color

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

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


#efa89b Background Color

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

This div background color is #efa89b


#efa89b Border Color

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

This div border color is #efa89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa89b


Comments

No comments written yet.

Please login to write comment.