Color Hex Logo

#eebabc Color Hex

#EEBABC
(238,186,188)
0 Favorites   0 Comments

Color spaces of #eebabc

RGB 238186188
HSL0.990.600.83
HSV358°22°93°
CMYK 0.000.220.21   0.07
XYZ61.895956.925855.3025
Yxy56.92580.35550.3269
Hunter Lab75.449214.39919.3562
CIE-Lab80.137819.00176.1823

#eebabc color RGB value is (238,186,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10111100
Octal 356 272 274
Decimal 238 186 188
Hex EE BA BC

RGB Percentages of Color #eebabc

%38.89
%30.39
%30.72

CMYK Percentages of Color #eebabc

%0
%22
%21
%7

Triadic Colors of #eebabc

#eebabc #bceeba #babcee

Analogous Colors of #eebabc

#eebabc #eed2ba #eebad6

Monochromatic Colors of #eebabc

#eebabc

Complementary Color

#eebabc #baeeec

#eebabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebabc Color CSS Codes

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

#eebabc Text Font Color

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

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


#eebabc Background Color

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

This div background color is #eebabc


#eebabc Border Color

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

This div border color is #eebabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebabc


Comments

No comments written yet.

Please login to write comment.