Color Hex Logo

#eeebe0 Color Hex

#EEEBE0
(238,235,224)
0 Favorites   0 Comments

Color spaces of #eeebe0

RGB 238235224
HSL0.130.290.91
HSV47°93°
CMYK 0.000.010.06   0.07
XYZ78.422882.975682.4036
Yxy82.97560.32170.3403
Hunter Lab91.0909-5.733410.1281
CIE-Lab93.0038-0.88145.6772

#eeebe0 color RGB value is (238,235,224).

#eeebe0 hex color red value is 238, green value is 235 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #eeebe0 hue: 0.13 , saturation: 0.29 and the lightness value of eeebe0 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11100000
Octal 356 353 340
Decimal 238 235 224
Hex EE EB E0

RGB Percentages of Color #eeebe0

%34.15
%33.72
%32.14

CMYK Percentages of Color #eeebe0

%0
%1
%6
%7

Triadic Colors of #eeebe0

#eeebe0 #e0eeeb #ebe0ee

Analogous Colors of #eeebe0

#eeebe0 #eaeee0 #eee4e0

Monochromatic Colors of #eeebe0

#eeebe0

Complementary Color

#eeebe0 #e0e3ee

#eeebe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebe0 Color CSS Codes

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

#eeebe0 Text Font Color

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

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


#eeebe0 Background Color

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

This div background color is #eeebe0


#eeebe0 Border Color

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

This div border color is #eeebe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebe0

#eeebe0 Color Palettes


Comments

No comments written yet.

Please login to write comment.