Color Hex Logo

#edeaeb Color Hex

#EDEAEB
(237,234,235)
0 Favorites   0 Comments

Color spaces of #edeaeb

RGB 237234235
HSL0.940.080.92
HSV340°93°
CMYK 0.000.010.01   0.07
XYZ79.343382.848390.4067
Yxy82.84830.31410.3280
Hunter Lab91.0210-3.68794.8249
CIE-Lab92.94801.1867-0.1380

#edeaeb color RGB value is (237,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11101011
Octal 355 352 353
Decimal 237 234 235
Hex ED EA EB

RGB Percentages of Color #edeaeb

%33.57
%33.14
%33.29

CMYK Percentages of Color #edeaeb

%0
%1
%1
%7

Triadic Colors of #edeaeb

#edeaeb #ebedea #eaebed

Analogous Colors of #edeaeb

#edeaeb #edebea #edeaed

Monochromatic Colors of #edeaeb

#edeaeb

Complementary Color

#edeaeb #eaedec

#edeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaeb Color CSS Codes

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

#edeaeb Text Font Color

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

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


#edeaeb Background Color

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

This div background color is #edeaeb


#edeaeb Border Color

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

This div border color is #edeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaeb


Comments

No comments written yet.

Please login to write comment.