Color Hex Logo

#eeb3ba Color Hex

#EEB3BA
(238,179,186)
0 Favorites   0 Comments

Color spaces of #eeb3ba

RGB 238179186
HSL0.980.630.82
HSV353°25°93°
CMYK 0.000.250.22   0.07
XYZ60.242953.962553.6950
Yxy53.96250.35880.3214
Hunter Lab73.459217.83198.0834
CIE-Lab78.439922.42774.8161

#eeb3ba color RGB value is (238,179,186).

#eeb3ba hex color red value is 238, green value is 179 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eeb3ba hue: 0.98 , saturation: 0.63 and the lightness value of eeb3ba is 0.82.

The process color (four color CMYK) of #eeb3ba color hex is 0.00, 0.25, 0.22, 0.07. Web safe color of #eeb3ba is #ffcccc. Color #eeb3ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 10111010
Octal 356 263 272
Decimal 238 179 186
Hex EE B3 BA

RGB Percentages of Color #eeb3ba

%39.47
%29.68
%30.85

CMYK Percentages of Color #eeb3ba

%0
%25
%22
%7

Triadic Colors of #eeb3ba

#eeb3ba #baeeb3 #b3baee

Analogous Colors of #eeb3ba

#eeb3ba #eecab3 #eeb3d8

Monochromatic Colors of #eeb3ba

#eeb3ba

Complementary Color

#eeb3ba #b3eee7

#eeb3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb3ba Color CSS Codes

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

#eeb3ba Text Font Color

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

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


#eeb3ba Background Color

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

This div background color is #eeb3ba


#eeb3ba Border Color

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

This div border color is #eeb3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb3ba


Comments

No comments written yet.

Please login to write comment.