Color Hex Logo

#efb29a Color Hex

#EFB29A
(239,178,154)
0 Favorites   0 Comments

Color spaces of #efb29a

RGB 239178154
HSL0.050.730.77
HSV17°36°94°
CMYK 0.000.260.36   0.06
XYZ57.349752.524637.6875
Yxy52.52460.38860.3559
Hunter Lab72.473914.420619.9000
CIE-Lab77.593519.087220.9437

#efb29a color RGB value is (239,178,154).

#efb29a hex color red value is 239, green value is 178 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #efb29a hue: 0.05 , saturation: 0.73 and the lightness value of efb29a is 0.77.

The process color (four color CMYK) of #efb29a color hex is 0.00, 0.26, 0.36, 0.06. Web safe color of #efb29a is #ff9999. Color #efb29a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 10011010
Octal 357 262 232
Decimal 239 178 154
Hex EF B2 9A

RGB Percentages of Color #efb29a

%41.86
%31.17
%26.97

CMYK Percentages of Color #efb29a

%0
%26
%36
%6

Triadic Colors of #efb29a

#efb29a #9aefb2 #b29aef

Analogous Colors of #efb29a

#efb29a #efdd9a #ef9aad

Monochromatic Colors of #efb29a

#efb29a

Complementary Color

#efb29a #9ad7ef

#efb29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb29a Color CSS Codes

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

#efb29a Text Font Color

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

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


#efb29a Background Color

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

This div background color is #efb29a


#efb29a Border Color

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

This div border color is #efb29a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,178,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb29a


Comments

No comments written yet.

Please login to write comment.