Color Hex Logo

#efae8d Color Hex

#EFAE8D
(239,174,141)
0 Favorites   0 Comments

Color spaces of #efae8d

RGB 239174141
HSL0.060.750.75
HSV20°41°94°
CMYK 0.000.270.41   0.06
XYZ55.540450.545932.0283
Yxy50.54590.40210.3660
Hunter Lab71.095615.028123.0570
CIE-Lab76.403119.727326.3046

#efae8d color RGB value is (239,174,141).

#efae8d hex color red value is 239, green value is 174 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #efae8d hue: 0.06 , saturation: 0.75 and the lightness value of efae8d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10001101
Octal 357 256 215
Decimal 239 174 141
Hex EF AE 8D

RGB Percentages of Color #efae8d

%43.14
%31.41
%25.45

CMYK Percentages of Color #efae8d

%0
%27
%41
%6

Triadic Colors of #efae8d

#efae8d #8defae #ae8def

Analogous Colors of #efae8d

#efae8d #efdf8d #ef8d9d

Monochromatic Colors of #efae8d

#efae8d

Complementary Color

#efae8d #8dceef

#efae8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae8d Color CSS Codes

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

#efae8d Text Font Color

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

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


#efae8d Background Color

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

This div background color is #efae8d


#efae8d Border Color

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

This div border color is #efae8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae8d


Comments

No comments written yet.

Please login to write comment.