Color Hex Logo

#efcaab Color Hex

#EFCAAB
(239,202,171)
0 Favorites   0 Comments

Color spaces of #efcaab

RGB 239202171
HSL0.080.680.80
HSV27°28°94°
CMYK 0.000.150.28   0.06
XYZ64.067863.532147.4143
Yxy63.53210.36610.3630
Hunter Lab79.70703.989420.5258
CIE-Lab83.72168.565620.3405

#efcaab color RGB value is (239,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10101011
Octal 357 312 253
Decimal 239 202 171
Hex EF CA AB

RGB Percentages of Color #efcaab

%39.05
%33.01
%27.94

CMYK Percentages of Color #efcaab

%0
%15
%28
%6

Triadic Colors of #efcaab

#efcaab #abefca #caabef

Analogous Colors of #efcaab

#efcaab #efecab #efabae

Monochromatic Colors of #efcaab

#efcaab

Complementary Color

#efcaab #abd0ef

#efcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcaab Color CSS Codes

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

#efcaab Text Font Color

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

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


#efcaab Background Color

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

This div background color is #efcaab


#efcaab Border Color

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

This div border color is #efcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcaab


Comments

No comments written yet.

Please login to write comment.