Color Hex Logo

#efd2ad Color Hex

#EFD2AD
(239,210,173)
0 Favorites   0 Comments

Color spaces of #efd2ad

RGB 239210173
HSL0.090.670.81
HSV34°28°94°
CMYK 0.000.120.28   0.06
XYZ66.186067.461049.0681
Yxy67.46100.36220.3692
Hunter Lab82.13460.103822.0738
CIE-Lab85.73624.660922.0717

#efd2ad color RGB value is (239,210,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 10101101
Octal 357 322 255
Decimal 239 210 173
Hex EF D2 AD

RGB Percentages of Color #efd2ad

%38.42
%33.76
%27.81

CMYK Percentages of Color #efd2ad

%0
%12
%28
%6

Triadic Colors of #efd2ad

#efd2ad #adefd2 #d2adef

Analogous Colors of #efd2ad

#efd2ad #ebefad #efb1ad

Monochromatic Colors of #efd2ad

#efd2ad

Complementary Color

#efd2ad #adcaef

#efd2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd2ad Color CSS Codes

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

#efd2ad Text Font Color

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

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


#efd2ad Background Color

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

This div background color is #efd2ad


#efd2ad Border Color

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

This div border color is #efd2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd2ad


Comments

No comments written yet.

Please login to write comment.