Color Hex Logo

#eebaae Color Hex

#EEBAAE
(238,186,174)
0 Favorites   0 Comments

Color spaces of #eebaae

RGB 238186174
HSL0.030.650.81
HSV11°27°93°
CMYK 0.000.220.27   0.07
XYZ60.458856.350947.7347
Yxy56.35090.36740.3425
Hunter Lab75.067212.395414.8450
CIE-Lab79.813117.021013.2611

#eebaae color RGB value is (238,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10101110
Octal 356 272 256
Decimal 238 186 174
Hex EE BA AE

RGB Percentages of Color #eebaae

%39.80
%31.10
%29.10

CMYK Percentages of Color #eebaae

%0
%22
%27
%7

Triadic Colors of #eebaae

#eebaae #aeeeba #baaeee

Analogous Colors of #eebaae

#eebaae #eedaae #eeaec2

Monochromatic Colors of #eebaae

#eebaae

Complementary Color

#eebaae #aee2ee

#eebaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaae Color CSS Codes

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

#eebaae Text Font Color

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

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


#eebaae Background Color

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

This div background color is #eebaae


#eebaae Border Color

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

This div border color is #eebaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaae

#eebaae Color Palettes


Comments

No comments written yet.

Please login to write comment.