Color Hex Logo

#efd6ad Color Hex

#EFD6AD
(239,214,173)
0 Favorites   0 Comments

Color spaces of #efd6ad

RGB 239214173
HSL0.100.670.81
HSV37°28°94°
CMYK 0.000.100.28   0.06
XYZ67.186069.461049.4014
Yxy69.46100.36110.3733
Hunter Lab83.3433-1.955523.1964
CIE-Lab86.73182.590323.4418

#efd6ad color RGB value is (239,214,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 10101101
Octal 357 326 255
Decimal 239 214 173
Hex EF D6 AD

RGB Percentages of Color #efd6ad

%38.18
%34.19
%27.64

CMYK Percentages of Color #efd6ad

%0
%10
%28
%6

Triadic Colors of #efd6ad

#efd6ad #adefd6 #d6adef

Analogous Colors of #efd6ad

#efd6ad #e7efad #efb5ad

Monochromatic Colors of #efd6ad

#efd6ad

Complementary Color

#efd6ad #adc6ef

#efd6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd6ad Color CSS Codes

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

#efd6ad Text Font Color

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

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


#efd6ad Background Color

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

This div background color is #efd6ad


#efd6ad Border Color

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

This div border color is #efd6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd6ad


Comments

No comments written yet.

Please login to write comment.