Color Hex Logo

#eeebea Color Hex

#EEEBEA
(238,235,234)
1 Favorites   0 Comments

Color spaces of #eeebea

RGB 238235234
HSL0.040.110.93
HSV15°93°
CMYK 0.000.010.02   0.07
XYZ79.819583.534389.7587
Yxy83.53430.31540.3300
Hunter Lab91.3971-4.05625.7508
CIE-Lab93.24790.83410.8292

#eeebea color RGB value is (238,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11101010
Octal 356 353 352
Decimal 238 235 234
Hex EE EB EA

RGB Percentages of Color #eeebea

%33.66
%33.24
%33.10

CMYK Percentages of Color #eeebea

%0
%1
%2
%7

Triadic Colors of #eeebea

#eeebea #eaeeeb #ebeaee

Analogous Colors of #eeebea

#eeebea #eeedea #eeeaeb

Monochromatic Colors of #eeebea

#eeebea

Complementary Color

#eeebea #eaedee

#eeebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebea Color CSS Codes

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

#eeebea Text Font Color

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

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


#eeebea Background Color

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

This div background color is #eeebea


#eeebea Border Color

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

This div border color is #eeebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebea

#eeebea Color Palettes


Comments

No comments written yet.

Please login to write comment.