Color Hex Logo

#eeaeb4 Color Hex

#EEAEB4
(238,174,180)
0 Favorites   0 Comments

Color spaces of #eeaeb4

RGB 238174180
HSL0.980.650.81
HSV354°27°93°
CMYK 0.000.270.24   0.07
XYZ58.634251.744550.0774
Yxy51.74450.36540.3225
Hunter Lab71.933619.61419.0782
CIE-Lab77.127824.22556.1854

#eeaeb4 color RGB value is (238,174,180).

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

The process color (four color CMYK) of #eeaeb4 color hex is 0.00, 0.27, 0.24, 0.07. Web safe color of #eeaeb4 is #ff99cc. Color #eeaeb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 10110100
Octal 356 256 264
Decimal 238 174 180
Hex EE AE B4

RGB Percentages of Color #eeaeb4

%40.20
%29.39
%30.41

CMYK Percentages of Color #eeaeb4

%0
%27
%24
%7

Triadic Colors of #eeaeb4

#eeaeb4 #b4eeae #aeb4ee

Analogous Colors of #eeaeb4

#eeaeb4 #eec8ae #eeaed4

Monochromatic Colors of #eeaeb4

#eeaeb4

Complementary Color

#eeaeb4 #aeeee8

#eeaeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaeb4 Color CSS Codes

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

#eeaeb4 Text Font Color

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

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


#eeaeb4 Background Color

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

This div background color is #eeaeb4


#eeaeb4 Border Color

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

This div border color is #eeaeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaeb4


Comments

No comments written yet.

Please login to write comment.