Color Hex Logo

#eeb8af Color Hex

#EEB8AF
(238,184,175)
0 Favorites   0 Comments

Color spaces of #eeb8af

RGB 238184175
HSL0.020.650.81
HSV26°93°
CMYK 0.000.230.26   0.07
XYZ60.138255.553348.1107
Yxy55.55330.36710.3391
Hunter Lab74.534113.589013.9030
CIE-Lab79.358918.217312.0801

#eeb8af color RGB value is (238,184,175).

#eeb8af hex color red value is 238, green value is 184 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eeb8af hue: 0.02 , saturation: 0.65 and the lightness value of eeb8af is 0.81.

The process color (four color CMYK) of #eeb8af color hex is 0.00, 0.23, 0.26, 0.07. Web safe color of #eeb8af is #ffcc99. Color #eeb8af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 10101111
Octal 356 270 257
Decimal 238 184 175
Hex EE B8 AF

RGB Percentages of Color #eeb8af

%39.87
%30.82
%29.31

CMYK Percentages of Color #eeb8af

%0
%23
%26
%7

Triadic Colors of #eeb8af

#eeb8af #afeeb8 #b8afee

Analogous Colors of #eeb8af

#eeb8af #eed8af #eeafc6

Monochromatic Colors of #eeb8af

#eeb8af

Complementary Color

#eeb8af #afe5ee

#eeb8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb8af Color CSS Codes

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

#eeb8af Text Font Color

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

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


#eeb8af Background Color

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

This div background color is #eeb8af


#eeb8af Border Color

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

This div border color is #eeb8af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,184,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb8af

#eeb8af Color Palettes


Comments

No comments written yet.

Please login to write comment.