Color Hex Logo

#efbfab Color Hex

#EFBFAB
(239,191,171)
0 Favorites   0 Comments

Color spaces of #efbfab

RGB 239191171
HSL0.050.680.80
HSV18°28°94°
CMYK 0.000.200.28   0.06
XYZ61.578158.552646.5843
Yxy58.55260.36940.3512
Hunter Lab76.51979.735917.4687
CIE-Lab81.045014.348316.6156

#efbfab color RGB value is (239,191,171).

#efbfab hex color red value is 239, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #efbfab hue: 0.05 , saturation: 0.68 and the lightness value of efbfab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10101011
Octal 357 277 253
Decimal 239 191 171
Hex EF BF AB

RGB Percentages of Color #efbfab

%39.77
%31.78
%28.45

CMYK Percentages of Color #efbfab

%0
%20
%28
%6

Triadic Colors of #efbfab

#efbfab #abefbf #bfabef

Analogous Colors of #efbfab

#efbfab #efe1ab #efabb9

Monochromatic Colors of #efbfab

#efbfab

Complementary Color

#efbfab #abdbef

#efbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfab Color CSS Codes

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

#efbfab Text Font Color

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

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


#efbfab Background Color

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

This div background color is #efbfab


#efbfab Border Color

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

This div border color is #efbfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,191,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efbfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfab


Comments

No comments written yet.

Please login to write comment.