Color Hex Logo

#eebfaa Color Hex

#EEBFAA
(238,191,170)
0 Favorites   0 Comments

Color spaces of #eebfaa

RGB 238191170
HSL0.050.670.80
HSV19°29°93°
CMYK 0.000.200.29   0.07
XYZ61.146458.341046.0684
Yxy58.34100.36930.3524
Hunter Lab76.38139.229517.7069
CIE-Lab80.928013.839416.9722

#eebfaa color RGB value is (238,191,170).

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

The process color (four color CMYK) of #eebfaa color hex is 0.00, 0.20, 0.29, 0.07. Web safe color of #eebfaa is #ffcc99. Color #eebfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 10101010
Octal 356 277 252
Decimal 238 191 170
Hex EE BF AA

RGB Percentages of Color #eebfaa

%39.73
%31.89
%28.38

CMYK Percentages of Color #eebfaa

%0
%20
%29
%7

Triadic Colors of #eebfaa

#eebfaa #aaeebf #bfaaee

Analogous Colors of #eebfaa

#eebfaa #eee1aa #eeaab7

Monochromatic Colors of #eebfaa

#eebfaa

Complementary Color

#eebfaa #aad9ee

#eebfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfaa Color CSS Codes

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

#eebfaa Text Font Color

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

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


#eebfaa Background Color

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

This div background color is #eebfaa


#eebfaa Border Color

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

This div border color is #eebfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfaa


Comments

No comments written yet.

Please login to write comment.