Color Hex Logo

#eeaebf Color Hex

#EEAEBF
(238,174,191)
0 Favorites   0 Comments

Color spaces of #eeaebf

RGB 238174191
HSL0.960.650.81
HSV344°27°93°
CMYK 0.000.270.20   0.07
XYZ59.799952.210856.2161
Yxy52.21080.35550.3104
Hunter Lab72.257021.27674.4522
CIE-Lab77.406725.82550.5996

#eeaebf color RGB value is (238,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 10111111
Octal 356 256 277
Decimal 238 174 191
Hex EE AE BF

RGB Percentages of Color #eeaebf

%39.47
%28.86
%31.67

CMYK Percentages of Color #eeaebf

%0
%27
%20
%7

Triadic Colors of #eeaebf

#eeaebf #bfeeae #aebfee

Analogous Colors of #eeaebf

#eeaebf #eebdae #eeaedf

Monochromatic Colors of #eeaebf

#eeaebf

Complementary Color

#eeaebf #aeeedd

#eeaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaebf Color CSS Codes

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

#eeaebf Text Font Color

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

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


#eeaebf Background Color

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

This div background color is #eeaebf


#eeaebf Border Color

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

This div border color is #eeaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaebf


Comments

No comments written yet.

Please login to write comment.