Color Hex Logo

#ede0ee Color Hex

#EDE0EE
(237,224,238)
0 Favorites   0 Comments

Color spaces of #ede0ee

RGB 237224238
HSL0.820.290.91
HSV296°93°
CMYK 0.000.060.00   0.07
XYZ77.013377.488991.7867
Yxy77.48890.31270.3146
Hunter Lab88.02782.1166-0.2023
CIE-Lab90.54626.8851-5.2307

#ede0ee color RGB value is (237,224,238).

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

The process color (four color CMYK) of #ede0ee color hex is 0.00, 0.06, 0.00, 0.07. Web safe color of #ede0ee is #ffccff. Color #ede0ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 11101110
Octal 355 340 356
Decimal 237 224 238
Hex ED E0 EE

RGB Percentages of Color #ede0ee

%33.91
%32.05
%34.05

CMYK Percentages of Color #ede0ee

%0
%6
%0
%7

Triadic Colors of #ede0ee

#ede0ee #eeede0 #e0eeed

Analogous Colors of #ede0ee

#ede0ee #eee0e8 #e6e0ee

Monochromatic Colors of #ede0ee

#ede0ee

Complementary Color

#ede0ee #e1eee0

#ede0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede0ee Color CSS Codes

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

#ede0ee Text Font Color

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

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


#ede0ee Background Color

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

This div background color is #ede0ee


#ede0ee Border Color

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

This div border color is #ede0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede0ee


Comments

No comments written yet.

Please login to write comment.