Color Hex Logo

#efb3ab Color Hex

#EFB3AB
(239,179,171)
0 Favorites   0 Comments

Color spaces of #efb3ab

RGB 239179171
HSL0.020.680.80
HSV28°94°
CMYK 0.000.250.28   0.06
XYZ59.067453.531245.7474
Yxy53.53120.37300.3381
Hunter Lab73.165016.067414.1437
CIE-Lab78.187620.703212.5969

#efb3ab color RGB value is (239,179,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 10101011
Octal 357 263 253
Decimal 239 179 171
Hex EF B3 AB

RGB Percentages of Color #efb3ab

%40.58
%30.39
%29.03

CMYK Percentages of Color #efb3ab

%0
%25
%28
%6

Triadic Colors of #efb3ab

#efb3ab #abefb3 #b3abef

Analogous Colors of #efb3ab

#efb3ab #efd5ab #efabc5

Monochromatic Colors of #efb3ab

#efb3ab

Complementary Color

#efb3ab #abe7ef

#efb3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb3ab Color CSS Codes

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

#efb3ab Text Font Color

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

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


#efb3ab Background Color

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

This div background color is #efb3ab


#efb3ab Border Color

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

This div border color is #efb3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb3ab


Comments

No comments written yet.

Please login to write comment.