Color Hex Logo

#efbeaa Color Hex

#EFBEAA
(239,190,170)
0 Favorites   0 Comments

Color spaces of #efbeaa

RGB 239190170
HSL0.050.680.80
HSV17°29°94°
CMYK 0.000.210.29   0.06
XYZ61.265858.079946.0117
Yxy58.07990.37050.3512
Hunter Lab76.210210.129417.5509
CIE-Lab80.783214.744416.7841

#efbeaa color RGB value is (239,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 10101010
Octal 357 276 252
Decimal 239 190 170
Hex EF BE AA

RGB Percentages of Color #efbeaa

%39.90
%31.72
%28.38

CMYK Percentages of Color #efbeaa

%0
%21
%29
%6

Triadic Colors of #efbeaa

#efbeaa #aaefbe #beaaef

Analogous Colors of #efbeaa

#efbeaa #efe1aa #efaab9

Monochromatic Colors of #efbeaa

#efbeaa

Complementary Color

#efbeaa #aadbef

#efbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbeaa Color CSS Codes

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

#efbeaa Text Font Color

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

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


#efbeaa Background Color

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

This div background color is #efbeaa


#efbeaa Border Color

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

This div border color is #efbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbeaa


Comments

No comments written yet.

Please login to write comment.