Color Hex Logo

#edeaee Color Hex

#EDEAEE
(237,234,238)
0 Favorites   0 Comments

Color spaces of #edeaee

RGB 237234238
HSL0.790.110.93
HSV285°93°
CMYK 0.000.020.00   0.07
XYZ79.780583.023292.7091
Yxy83.02320.31220.3249
Hunter Lab91.1171-3.16343.4560
CIE-Lab93.02461.7196-1.5883

#edeaee color RGB value is (237,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11101110
Octal 355 352 356
Decimal 237 234 238
Hex ED EA EE

RGB Percentages of Color #edeaee

%33.43
%33.00
%33.57

CMYK Percentages of Color #edeaee

%0
%2
%0
%7

Triadic Colors of #edeaee

#edeaee #eeedea #eaeeed

Analogous Colors of #edeaee

#edeaee #eeeaed #ebeaee

Monochromatic Colors of #edeaee

#edeaee

Complementary Color

#edeaee #ebeeea

#edeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaee Color CSS Codes

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

#edeaee Text Font Color

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

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


#edeaee Background Color

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

This div background color is #edeaee


#edeaee Border Color

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

This div border color is #edeaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,234,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 #edeaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaee


Comments

No comments written yet.

Please login to write comment.