Color Hex Logo

#efb4ab Color Hex

#EFB4AB
(239,180,171)
0 Favorites   0 Comments

Color spaces of #efb4ab

RGB 239180171
HSL0.020.680.80
HSV28°94°
CMYK 0.000.250.28   0.06
XYZ59.268553.933545.8145
Yxy53.93350.37270.3392
Hunter Lab73.439415.537514.4201
CIE-Lab78.422920.172412.9295

#efb4ab color RGB value is (239,180,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 10101011
Octal 357 264 253
Decimal 239 180 171
Hex EF B4 AB

RGB Percentages of Color #efb4ab

%40.51
%30.51
%28.98

CMYK Percentages of Color #efb4ab

%0
%25
%28
%6

Triadic Colors of #efb4ab

#efb4ab #abefb4 #b4abef

Analogous Colors of #efb4ab

#efb4ab #efd6ab #efabc4

Monochromatic Colors of #efb4ab

#efb4ab

Complementary Color

#efb4ab #abe6ef

#efb4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb4ab Color CSS Codes

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

#efb4ab Text Font Color

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

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


#efb4ab Background Color

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

This div background color is #efb4ab


#efb4ab Border Color

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

This div border color is #efb4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb4ab


Comments

No comments written yet.

Please login to write comment.