Color Hex Logo

#eebebf Color Hex

#EEBEBF
(238,190,191)
0 Favorites   0 Comments

Color spaces of #eebebf

RGB 238190191
HSL1.000.590.84
HSV359°20°93°
CMYK 0.000.200.20   0.07
XYZ63.077358.765657.3086
Yxy58.76560.35210.3280
Hunter Lab76.658712.72299.3370
CIE-Lab81.162617.32476.0425

#eebebf color RGB value is (238,190,191).

#eebebf hex color red value is 238, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eebebf hue: 1.00 , saturation: 0.59 and the lightness value of eebebf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 10111111
Octal 356 276 277
Decimal 238 190 191
Hex EE BE BF

RGB Percentages of Color #eebebf

%38.45
%30.69
%30.86

CMYK Percentages of Color #eebebf

%0
%20
%20
%7

Triadic Colors of #eebebf

#eebebf #bfeebe #bebfee

Analogous Colors of #eebebf

#eebebf #eed5be #eebed7

Monochromatic Colors of #eebebf

#eebebf

Complementary Color

#eebebf #beeeed

#eebebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebebf Color CSS Codes

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

#eebebf Text Font Color

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

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


#eebebf Background Color

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

This div background color is #eebebf


#eebebf Border Color

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

This div border color is #eebebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebebf


Comments

No comments written yet.

Please login to write comment.