Color Hex Logo

#efb3ad Color Hex

#EFB3AD
(239,179,173)
0 Favorites   0 Comments

Color spaces of #efb3ad

RGB 239179173
HSL0.020.670.81
HSV28°94°
CMYK 0.000.250.28   0.06
XYZ59.259553.608146.7592
Yxy53.60810.37120.3358
Hunter Lab73.217616.340413.3877
CIE-Lab78.232720.970911.5783

#efb3ad color RGB value is (239,179,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 10101101
Octal 357 263 255
Decimal 239 179 173
Hex EF B3 AD

RGB Percentages of Color #efb3ad

%40.44
%30.29
%29.27

CMYK Percentages of Color #efb3ad

%0
%25
%28
%6

Triadic Colors of #efb3ad

#efb3ad #adefb3 #b3adef

Analogous Colors of #efb3ad

#efb3ad #efd4ad #efadc8

Monochromatic Colors of #efb3ad

#efb3ad

Complementary Color

#efb3ad #ade9ef

#efb3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb3ad Color CSS Codes

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

#efb3ad Text Font Color

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

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


#efb3ad Background Color

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

This div background color is #efb3ad


#efb3ad Border Color

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

This div border color is #efb3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb3ad


Comments

No comments written yet.

Please login to write comment.