Color Hex Logo

#efbcaa Color Hex

#EFBCAA
(239,188,170)
0 Favorites   0 Comments

Color spaces of #efbcaa

RGB 239188170
HSL0.040.680.80
HSV16°29°94°
CMYK 0.000.210.29   0.06
XYZ60.835557.219445.8683
Yxy57.21940.37110.3491
Hunter Lab75.643511.180616.9985
CIE-Lab80.302815.801316.1120

#efbcaa color RGB value is (239,188,170).

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

The process color (four color CMYK) of #efbcaa color hex is 0.00, 0.21, 0.29, 0.06. Web safe color of #efbcaa is #ffcc99. Color #efbcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10101010
Octal 357 274 252
Decimal 239 188 170
Hex EF BC AA

RGB Percentages of Color #efbcaa

%40.03
%31.49
%28.48

CMYK Percentages of Color #efbcaa

%0
%21
%29
%6

Triadic Colors of #efbcaa

#efbcaa #aaefbc #bcaaef

Analogous Colors of #efbcaa

#efbcaa #efdfaa #efaabb

Monochromatic Colors of #efbcaa

#efbcaa

Complementary Color

#efbcaa #aaddef

#efbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcaa Color CSS Codes

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

#efbcaa Text Font Color

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

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


#efbcaa Background Color

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

This div background color is #efbcaa


#efbcaa Border Color

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

This div border color is #efbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcaa


Comments

No comments written yet.

Please login to write comment.