Color Hex Logo

#edebde Color Hex

#EDEBDE
(237,235,222)
0 Favorites   0 Comments

Color spaces of #edebde

RGB 237235222
HSL0.140.290.90
HSV52°93°
CMYK 0.000.010.06   0.07
XYZ77.818282.695180.9675
Yxy82.69510.32230.3425
Hunter Lab90.9368-6.390110.8657
CIE-Lab92.8808-1.55966.5302

#edebde color RGB value is (237,235,222).

#edebde hex color red value is 237, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #edebde hue: 0.14 , saturation: 0.29 and the lightness value of edebde is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11011110
Octal 355 353 336
Decimal 237 235 222
Hex ED EB DE

RGB Percentages of Color #edebde

%34.15
%33.86
%31.99

CMYK Percentages of Color #edebde

%0
%1
%6
%7

Triadic Colors of #edebde

#edebde #deedeb #ebdeed

Analogous Colors of #edebde

#edebde #e8edde #ede4de

Monochromatic Colors of #edebde

#edebde

Complementary Color

#edebde #dee0ed

#edebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebde Color CSS Codes

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

#edebde Text Font Color

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

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


#edebde Background Color

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

This div background color is #edebde


#edebde Border Color

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

This div border color is #edebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebde

#edebde Color Palettes


Comments

No comments written yet.

Please login to write comment.