Color Hex Logo

#eeebee Color Hex

#EEEBEE
(238,235,238)
0 Favorites   0 Comments

Color spaces of #eeebee

RGB 238235238
HSL0.830.080.93
HSV300°93°
CMYK 0.000.010.00   0.07
XYZ80.400883.766992.8200
Yxy83.76690.31290.3260
Hunter Lab91.5243-3.36163.9376
CIE-Lab93.34921.5398-1.1043

#eeebee color RGB value is (238,235,238).

#eeebee hex color red value is 238, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eeebee hue: 0.83 , saturation: 0.08 and the lightness value of eeebee is 0.93.

The process color (four color CMYK) of #eeebee color hex is 0.00, 0.01, 0.00, 0.07. Web safe color of #eeebee is #ffffff. Color #eeebee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11101110
Octal 356 353 356
Decimal 238 235 238
Hex EE EB EE

RGB Percentages of Color #eeebee

%33.47
%33.05
%33.47

CMYK Percentages of Color #eeebee

%0
%1
%0
%7

Triadic Colors of #eeebee

#eeebee #eeeeeb #ebeeee

Analogous Colors of #eeebee

#eeebee #eeebed #edebee

Monochromatic Colors of #eeebee

#eeebee

Complementary Color

#eeebee #ebeeeb

#eeebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebee Color CSS Codes

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

#eeebee Text Font Color

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

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


#eeebee Background Color

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

This div background color is #eeebee


#eeebee Border Color

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

This div border color is #eeebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebee

#eeebee Color Palettes


Comments

No comments written yet.

Please login to write comment.