Color Hex Logo

#ededeb Color Hex

#EDEDEB
(237,237,235)
0 Favorites   0 Comments

Color spaces of #ededeb

RGB 237237235
HSL0.170.050.93
HSV60°93°
CMYK 0.000.000.01   0.07
XYZ80.204684.571190.6939
Yxy84.57110.31390.3310
Hunter Lab91.9625-5.25675.9017
CIE-Lab93.6980-0.34870.9562

#ededeb color RGB value is (237,237,235).

#ededeb hex color red value is 237, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ededeb hue: 0.17 , saturation: 0.05 and the lightness value of ededeb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 11101011
Octal 355 355 353
Decimal 237 237 235
Hex ED ED EB

RGB Percentages of Color #ededeb

%33.43
%33.43
%33.15

CMYK Percentages of Color #ededeb

%0
%0
%1
%7

Triadic Colors of #ededeb

#ededeb #ebeded #edebed

Analogous Colors of #ededeb

#ededeb #ecedeb #edeceb

Monochromatic Colors of #ededeb

#ededeb

Complementary Color

#ededeb #ebebed

#ededeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededeb Color CSS Codes

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

#ededeb Text Font Color

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

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


#ededeb Background Color

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

This div background color is #ededeb


#ededeb Border Color

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

This div border color is #ededeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededeb


Comments

No comments written yet.

Please login to write comment.