Color Hex Logo

#eebeba Color Hex

#EEBEBA
(238,190,186)
0 Favorites   0 Comments

Color spaces of #eebeba

RGB 238190186
HSL0.010.600.83
HSV22°93°
CMYK 0.000.200.22   0.07
XYZ62.536358.549254.4595
Yxy58.54920.35620.3335
Hunter Lab76.517411.979211.3639
CIE-Lab81.043216.58908.5582

#eebeba color RGB value is (238,190,186).

#eebeba hex color red value is 238, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eebeba hue: 0.01 , saturation: 0.60 and the lightness value of eebeba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 10111010
Octal 356 276 272
Decimal 238 190 186
Hex EE BE BA

RGB Percentages of Color #eebeba

%38.76
%30.94
%30.29

CMYK Percentages of Color #eebeba

%0
%20
%22
%7

Triadic Colors of #eebeba

#eebeba #baeebe #bebaee

Analogous Colors of #eebeba

#eebeba #eed8ba #eebad0

Monochromatic Colors of #eebeba

#eebeba

Complementary Color

#eebeba #baeaee

#eebeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebeba Color CSS Codes

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

#eebeba Text Font Color

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

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


#eebeba Background Color

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

This div background color is #eebeba


#eebeba Border Color

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

This div border color is #eebeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebeba


Comments

No comments written yet.

Please login to write comment.