Color Hex Logo

#eebbb2 Color Hex

#EEBBB2
(238,187,178)
0 Favorites   0 Comments

Color spaces of #eebbb2

RGB 238187178
HSL0.030.640.82
HSV25°93°
CMYK 0.000.210.25   0.07
XYZ61.066156.932149.8900
Yxy56.93210.36370.3391
Hunter Lab75.453412.420713.6146
CIE-Lab80.141417.041011.5740

#eebbb2 color RGB value is (238,187,178).

#eebbb2 hex color red value is 238, green value is 187 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #eebbb2 hue: 0.03 , saturation: 0.64 and the lightness value of eebbb2 is 0.82.

The process color (four color CMYK) of #eebbb2 color hex is 0.00, 0.21, 0.25, 0.07. Web safe color of #eebbb2 is #ffcc99. Color #eebbb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 10110010
Octal 356 273 262
Decimal 238 187 178
Hex EE BB B2

RGB Percentages of Color #eebbb2

%39.47
%31.01
%29.52

CMYK Percentages of Color #eebbb2

%0
%21
%25
%7

Triadic Colors of #eebbb2

#eebbb2 #b2eebb #bbb2ee

Analogous Colors of #eebbb2

#eebbb2 #eed9b2 #eeb2c7

Monochromatic Colors of #eebbb2

#eebbb2

Complementary Color

#eebbb2 #b2e5ee

#eebbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbb2 Color CSS Codes

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

#eebbb2 Text Font Color

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

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


#eebbb2 Background Color

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

This div background color is #eebbb2


#eebbb2 Border Color

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

This div border color is #eebbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbb2


Comments

No comments written yet.

Please login to write comment.