Color Hex Logo

#efb8aa Color Hex

#EFB8AA
(239,184,170)
0 Favorites   0 Comments

Color spaces of #efb8aa

RGB 239184170
HSL0.030.680.80
HSV12°29°94°
CMYK 0.000.230.29   0.06
XYZ59.992855.534045.5874
Yxy55.53400.37240.3447
Hunter Lab74.521113.288415.8949
CIE-Lab79.347917.918714.7722

#efb8aa color RGB value is (239,184,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 10101010
Octal 357 270 252
Decimal 239 184 170
Hex EF B8 AA

RGB Percentages of Color #efb8aa

%40.30
%31.03
%28.67

CMYK Percentages of Color #efb8aa

%0
%23
%29
%6

Triadic Colors of #efb8aa

#efb8aa #aaefb8 #b8aaef

Analogous Colors of #efb8aa

#efb8aa #efdbaa #efaabf

Monochromatic Colors of #efb8aa

#efb8aa

Complementary Color

#efb8aa #aae1ef

#efb8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb8aa Color CSS Codes

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

#efb8aa Text Font Color

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

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


#efb8aa Background Color

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

This div background color is #efb8aa


#efb8aa Border Color

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

This div border color is #efb8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb8aa


Comments

No comments written yet.

Please login to write comment.