Color Hex Logo

#eeebf0 Color Hex

#EEEBF0
(238,235,240)
2 Favorites   0 Comments

Color spaces of #eeebf0

RGB 238235240
HSL0.770.140.93
HSV276°94°
CMYK 0.010.020.00   0.06
XYZ80.696483.885194.3764
Yxy83.88510.31160.3239
Hunter Lab91.5888-3.00893.0176
CIE-Lab93.40061.8970-2.0697

#eeebf0 color RGB value is (238,235,240).

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

The process color (four color CMYK) of #eeebf0 color hex is 0.01, 0.02, 0.00, 0.06. Web safe color of #eeebf0 is #ffffff. Color #eeebf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11110000
Octal 356 353 360
Decimal 238 235 240
Hex EE EB F0

RGB Percentages of Color #eeebf0

%33.38
%32.96
%33.66

CMYK Percentages of Color #eeebf0

%1
%2
%0
%6

Triadic Colors of #eeebf0

#eeebf0 #f0eeeb #ebf0ee

Analogous Colors of #eeebf0

#eeebf0 #f0ebf0 #ecebf0

Monochromatic Colors of #eeebf0

#eeebf0

Complementary Color

#eeebf0 #edf0eb

#eeebf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebf0 Color CSS Codes

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

#eeebf0 Text Font Color

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

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


#eeebf0 Background Color

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

This div background color is #eeebf0


#eeebf0 Border Color

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

This div border color is #eeebf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebf0

#eeebf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.