Color Hex Logo

#efb1ad Color Hex

#EFB1AD
(239,177,173)
0 Favorites   0 Comments

Color spaces of #efb1ad

RGB 239177173
HSL0.010.670.81
HSV28°94°
CMYK 0.000.260.28   0.06
XYZ58.861652.812146.6266
Yxy52.81210.37180.3336
Hunter Lab72.671917.402612.8297
CIE-Lab77.763922.033110.9129

#efb1ad color RGB value is (239,177,173).

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

The process color (four color CMYK) of #efb1ad color hex is 0.00, 0.26, 0.28, 0.06. Web safe color of #efb1ad is #ff9999. Color #efb1ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 10101101
Octal 357 261 255
Decimal 239 177 173
Hex EF B1 AD

RGB Percentages of Color #efb1ad

%40.58
%30.05
%29.37

CMYK Percentages of Color #efb1ad

%0
%26
%28
%6

Triadic Colors of #efb1ad

#efb1ad #adefb1 #b1adef

Analogous Colors of #efb1ad

#efb1ad #efd2ad #efadca

Monochromatic Colors of #efb1ad

#efb1ad

Complementary Color

#efb1ad #adebef

#efb1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb1ad Color CSS Codes

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

#efb1ad Text Font Color

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

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


#efb1ad Background Color

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

This div background color is #efb1ad


#efb1ad Border Color

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

This div border color is #efb1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb1ad


Comments

No comments written yet.

Please login to write comment.