Color Hex Logo

#efc2ab Color Hex

#EFC2AB
(239,194,171)
0 Favorites   0 Comments

Color spaces of #efc2ab

RGB 239194171
HSL0.060.680.80
HSV20°28°94°
CMYK 0.000.190.28   0.06
XYZ62.239159.874646.8047
Yxy59.87460.36850.3545
Hunter Lab77.37878.162818.3018
CIE-Lab81.770012.766217.6282

#efc2ab color RGB value is (239,194,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 10101011
Octal 357 302 253
Decimal 239 194 171
Hex EF C2 AB

RGB Percentages of Color #efc2ab

%39.57
%32.12
%28.31

CMYK Percentages of Color #efc2ab

%0
%19
%28
%6

Triadic Colors of #efc2ab

#efc2ab #abefc2 #c2abef

Analogous Colors of #efc2ab

#efc2ab #efe4ab #efabb6

Monochromatic Colors of #efc2ab

#efc2ab

Complementary Color

#efc2ab #abd8ef

#efc2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc2ab Color CSS Codes

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

#efc2ab Text Font Color

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

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


#efc2ab Background Color

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

This div background color is #efc2ab


#efc2ab Border Color

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

This div border color is #efc2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc2ab


Comments

No comments written yet.

Please login to write comment.