Color Hex Logo

#efae78 Color Hex

#EFAE78
(239,174,120)
0 Favorites   0 Comments

Color spaces of #efae78

RGB 239174120
HSL0.080.790.70
HSV27°50°94°
CMYK 0.000.270.50   0.06
XYZ54.122849.978924.5636
Yxy49.97890.42060.3884
Hunter Lab70.695812.937328.8864
CIE-Lab76.056317.635036.9664

#efae78 color RGB value is (239,174,120).

#efae78 hex color red value is 239, green value is 174 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #efae78 hue: 0.08 , saturation: 0.79 and the lightness value of efae78 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 01111000
Octal 357 256 170
Decimal 239 174 120
Hex EF AE 78

RGB Percentages of Color #efae78

%44.84
%32.65
%22.51

CMYK Percentages of Color #efae78

%0
%27
%50
%6

Triadic Colors of #efae78

#efae78 #78efae #ae78ef

Analogous Colors of #efae78

#efae78 #efea78 #ef787e

Monochromatic Colors of #efae78

#efae78

Complementary Color

#efae78 #78b9ef

#efae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae78 Color CSS Codes

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

#efae78 Text Font Color

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

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


#efae78 Background Color

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

This div background color is #efae78


#efae78 Border Color

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

This div border color is #efae78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae78


Comments

No comments written yet.

Please login to write comment.