Color Hex Logo

#ede8ea Color Hex

#EDE8EA
(237,232,234)
1 Favorites   0 Comments

Color spaces of #ede8ea

RGB 237232234
HSL0.930.120.92
HSV336°93°
CMYK 0.000.020.01   0.07
XYZ78.632981.658389.4591
Yxy81.65830.31480.3270
Hunter Lab90.3650-2.81344.5599
CIE-Lab92.42382.0367-0.3826

#ede8ea color RGB value is (237,232,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 11101010
Octal 355 350 352
Decimal 237 232 234
Hex ED E8 EA

RGB Percentages of Color #ede8ea

%33.71
%33.00
%33.29

CMYK Percentages of Color #ede8ea

%0
%2
%1
%7

Triadic Colors of #ede8ea

#ede8ea #eaede8 #e8eaed

Analogous Colors of #ede8ea

#ede8ea #ede9e8 #ede8ed

Monochromatic Colors of #ede8ea

#ede8ea

Complementary Color

#ede8ea #e8edeb

#ede8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede8ea Color CSS Codes

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

#ede8ea Text Font Color

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

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


#ede8ea Background Color

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

This div background color is #ede8ea


#ede8ea Border Color

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

This div border color is #ede8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede8ea

#ede8ea Color Palettes


Comments

No comments written yet.

Please login to write comment.