Color Hex Logo

#efe8ad Color Hex

#EFE8AD
(239,232,173)
0 Favorites   0 Comments

Color spaces of #efe8ad

RGB 239232173
HSL0.150.670.81
HSV54°28°94°
CMYK 0.000.030.28   0.06
XYZ71.996079.081151.0047
Yxy79.08110.35630.3913
Hunter Lab88.9276-11.109128.2433
CIE-Lab91.2710-6.589929.6230

#efe8ad color RGB value is (239,232,173).

#efe8ad hex color red value is 239, green value is 232 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #efe8ad hue: 0.15 , saturation: 0.67 and the lightness value of efe8ad is 0.81.

The process color (four color CMYK) of #efe8ad color hex is 0.00, 0.03, 0.28, 0.06. Web safe color of #efe8ad is #ffff99. Color #efe8ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 10101101
Octal 357 350 255
Decimal 239 232 173
Hex EF E8 AD

RGB Percentages of Color #efe8ad

%37.11
%36.02
%26.86

CMYK Percentages of Color #efe8ad

%0
%3
%28
%6

Triadic Colors of #efe8ad

#efe8ad #adefe8 #e8adef

Analogous Colors of #efe8ad

#efe8ad #d5efad #efc7ad

Monochromatic Colors of #efe8ad

#efe8ad

Complementary Color

#efe8ad #adb4ef

#efe8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe8ad Color CSS Codes

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

#efe8ad Text Font Color

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

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


#efe8ad Background Color

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

This div background color is #efe8ad


#efe8ad Border Color

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

This div border color is #efe8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe8ad

#efe8ad Color Palettes


Comments

No comments written yet.

Please login to write comment.