Color Hex Logo

#efd3ad Color Hex

#EFD3AD
(239,211,173)
0 Favorites   0 Comments

Color spaces of #efd3ad

RGB 239211173
HSL0.100.670.81
HSV35°28°94°
CMYK 0.000.120.28   0.06
XYZ66.433767.956449.1506
Yxy67.95640.36200.3703
Hunter Lab82.4357-0.411922.3545
CIE-Lab85.98464.142322.4141

#efd3ad color RGB value is (239,211,173).

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

The process color (four color CMYK) of #efd3ad color hex is 0.00, 0.12, 0.28, 0.06. Web safe color of #efd3ad is #ffcc99. Color #efd3ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 10101101
Octal 357 323 255
Decimal 239 211 173
Hex EF D3 AD

RGB Percentages of Color #efd3ad

%38.36
%33.87
%27.77

CMYK Percentages of Color #efd3ad

%0
%12
%28
%6

Triadic Colors of #efd3ad

#efd3ad #adefd3 #d3adef

Analogous Colors of #efd3ad

#efd3ad #eaefad #efb2ad

Monochromatic Colors of #efd3ad

#efd3ad

Complementary Color

#efd3ad #adc9ef

#efd3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3ad Color CSS Codes

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

#efd3ad Text Font Color

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

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


#efd3ad Background Color

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

This div background color is #efd3ad


#efd3ad Border Color

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

This div border color is #efd3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3ad


Comments

No comments written yet.

Please login to write comment.