Color Hex Logo

#efae9a Color Hex

#EFAE9A
(239,174,154)
1 Favorites   0 Comments

Color spaces of #efae9a

RGB 239174154
HSL0.040.730.77
HSV14°36°94°
CMYK 0.000.270.36   0.06
XYZ56.565450.955937.4260
Yxy50.95590.39020.3515
Hunter Lab71.383416.525418.8829
CIE-Lab76.652321.209119.6465

#efae9a color RGB value is (239,174,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10011010
Octal 357 256 232
Decimal 239 174 154
Hex EF AE 9A

RGB Percentages of Color #efae9a

%42.15
%30.69
%27.16

CMYK Percentages of Color #efae9a

%0
%27
%36
%6

Triadic Colors of #efae9a

#efae9a #9aefae #ae9aef

Analogous Colors of #efae9a

#efae9a #efd99a #ef9ab1

Monochromatic Colors of #efae9a

#efae9a

Complementary Color

#efae9a #9adbef

#efae9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae9a Color CSS Codes

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

#efae9a Text Font Color

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

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


#efae9a Background Color

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

This div background color is #efae9a


#efae9a Border Color

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

This div border color is #efae9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae9a

#efae9a Color Palettes


Comments

No comments written yet.

Please login to write comment.