Color Hex Logo

#eeb8ae Color Hex

#EEB8AE
(238,184,174)
0 Favorites   0 Comments

Color spaces of #eeb8ae

RGB 238184174
HSL0.030.650.81
HSV27°93°
CMYK 0.000.230.27   0.07
XYZ60.040455.514147.5952
Yxy55.51410.36800.3403
Hunter Lab74.507813.451514.2813
CIE-Lab79.336518.081212.5875

#eeb8ae color RGB value is (238,184,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 10101110
Octal 356 270 256
Decimal 238 184 174
Hex EE B8 AE

RGB Percentages of Color #eeb8ae

%39.93
%30.87
%29.19

CMYK Percentages of Color #eeb8ae

%0
%23
%27
%7

Triadic Colors of #eeb8ae

#eeb8ae #aeeeb8 #b8aeee

Analogous Colors of #eeb8ae

#eeb8ae #eed8ae #eeaec4

Monochromatic Colors of #eeb8ae

#eeb8ae

Complementary Color

#eeb8ae #aee4ee

#eeb8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb8ae Color CSS Codes

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

#eeb8ae Text Font Color

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

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


#eeb8ae Background Color

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

This div background color is #eeb8ae


#eeb8ae Border Color

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

This div border color is #eeb8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb8ae


Comments

No comments written yet.

Please login to write comment.