Color Hex Logo

#efb9ad Color Hex

#EFB9AD
(239,185,173)
0 Favorites   0 Comments

Color spaces of #efb9ad

RGB 239185173
HSL0.030.670.81
HSV11°28°94°
CMYK 0.000.230.28   0.06
XYZ60.488456.065847.1689
Yxy56.06580.36950.3424
Hunter Lab74.877113.163815.0642
CIE-Lab79.651317.788813.5847

#efb9ad color RGB value is (239,185,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 10101101
Octal 357 271 255
Decimal 239 185 173
Hex EF B9 AD

RGB Percentages of Color #efb9ad

%40.03
%30.99
%28.98

CMYK Percentages of Color #efb9ad

%0
%23
%28
%6

Triadic Colors of #efb9ad

#efb9ad #adefb9 #b9adef

Analogous Colors of #efb9ad

#efb9ad #efdaad #efadc2

Monochromatic Colors of #efb9ad

#efb9ad

Complementary Color

#efb9ad #ade3ef

#efb9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb9ad Color CSS Codes

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

#efb9ad Text Font Color

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

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


#efb9ad Background Color

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

This div background color is #efb9ad


#efb9ad Border Color

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

This div border color is #efb9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb9ad


Comments

No comments written yet.

Please login to write comment.