Color Hex Logo

#eeaeba Color Hex

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

Color spaces of #eeaeba

RGB 238174186
HSL0.970.650.81
HSV349°27°93°
CMYK 0.000.270.22   0.07
XYZ59.258951.994453.3670
Yxy51.99440.36000.3158
Hunter Lab72.107120.50696.5941
CIE-Lab77.277525.08663.1344

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

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

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

Base Numbers

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

RGB Percentages of Color #eeaeba

%39.80
%29.10
%31.10

CMYK Percentages of Color #eeaeba

%0
%27
%22
%7

Triadic Colors of #eeaeba

#eeaeba #baeeae #aebaee

Analogous Colors of #eeaeba

#eeaeba #eec2ae #eeaeda

Monochromatic Colors of #eeaeba

#eeaeba

Complementary Color

#eeaeba #aeeee2

#eeaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaeba Color CSS Codes

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

#eeaeba Text Font Color

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

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


#eeaeba Background Color

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

This div background color is #eeaeba


#eeaeba Border Color

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

This div border color is #eeaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaeba


Comments

No comments written yet.

Please login to write comment.