Color Hex Logo

#efa09b Color Hex

#EFA09B
(239,160,155)
0 Favorites   0 Comments

Color spaces of #efa09b

RGB 239160155
HSL0.010.720.77
HSV35°94°
CMYK 0.000.330.35   0.06
XYZ54.083845.858937.0115
Yxy45.85890.39490.3348
Hunter Lab67.719224.050114.9989
CIE-Lab73.453928.752814.6512

#efa09b color RGB value is (239,160,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 10011011
Octal 357 240 233
Decimal 239 160 155
Hex EF A0 9B

RGB Percentages of Color #efa09b

%43.14
%28.88
%27.98

CMYK Percentages of Color #efa09b

%0
%33
%35
%6

Triadic Colors of #efa09b

#efa09b #9befa0 #a09bef

Analogous Colors of #efa09b

#efa09b #efca9b #ef9bc0

Monochromatic Colors of #efa09b

#efa09b

Complementary Color

#efa09b #9beaef

#efa09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa09b Color CSS Codes

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

#efa09b Text Font Color

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

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


#efa09b Background Color

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

This div background color is #efa09b


#efa09b Border Color

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

This div border color is #efa09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa09b


Comments

No comments written yet.

Please login to write comment.