Color Hex Logo

#efe9ad Color Hex

#EFE9AD
(239,233,173)
0 Favorites   0 Comments

Color spaces of #efe9ad

RGB 239233173
HSL0.150.670.81
HSV55°28°94°
CMYK 0.000.030.28   0.06
XYZ72.278379.645751.0988
Yxy79.64570.35600.3923
Hunter Lab89.2444-11.612228.5234
CIE-Lab91.5257-7.092829.9667

#efe9ad color RGB value is (239,233,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 10101101
Octal 357 351 255
Decimal 239 233 173
Hex EF E9 AD

RGB Percentages of Color #efe9ad

%37.05
%36.12
%26.82

CMYK Percentages of Color #efe9ad

%0
%3
%28
%6

Triadic Colors of #efe9ad

#efe9ad #adefe9 #e9adef

Analogous Colors of #efe9ad

#efe9ad #d4efad #efc8ad

Monochromatic Colors of #efe9ad

#efe9ad

Complementary Color

#efe9ad #adb3ef

#efe9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe9ad Color CSS Codes

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

#efe9ad Text Font Color

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

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


#efe9ad Background Color

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

This div background color is #efe9ad


#efe9ad Border Color

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

This div border color is #efe9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe9ad


Comments

No comments written yet.

Please login to write comment.