Color Hex Logo

#efae7c Color Hex

#EFAE7C
(239,174,124)
0 Favorites   0 Comments

Color spaces of #efae7c

RGB 239174124
HSL0.070.780.71
HSV26°48°94°
CMYK 0.000.270.48   0.06
XYZ54.370750.078125.8692
Yxy50.07810.41720.3843
Hunter Lab70.765913.304527.8620
CIE-Lab76.117218.004534.9513

#efae7c color RGB value is (239,174,124).

#efae7c hex color red value is 239, green value is 174 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #efae7c hue: 0.07 , saturation: 0.78 and the lightness value of efae7c is 0.71.

The process color (four color CMYK) of #efae7c color hex is 0.00, 0.27, 0.48, 0.06. Web safe color of #efae7c is #ff9966. Color #efae7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 01111100
Octal 357 256 174
Decimal 239 174 124
Hex EF AE 7C

RGB Percentages of Color #efae7c

%44.51
%32.40
%23.09

CMYK Percentages of Color #efae7c

%0
%27
%48
%6

Triadic Colors of #efae7c

#efae7c #7cefae #ae7cef

Analogous Colors of #efae7c

#efae7c #efe87c #ef7c84

Monochromatic Colors of #efae7c

#efae7c

Complementary Color

#efae7c #7cbdef

#efae7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae7c Color CSS Codes

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

#efae7c Text Font Color

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

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


#efae7c Background Color

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

This div background color is #efae7c


#efae7c Border Color

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

This div border color is #efae7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae7c


Comments

No comments written yet.

Please login to write comment.