Color Hex Logo

#edebbd Color Hex

#EDEBBD
(237,235,189)
0 Favorites   0 Comments

Color spaces of #edebbd

RGB 237235189
HSL0.160.570.84
HSV58°20°93°
CMYK 0.000.010.20   0.07
XYZ73.818781.095359.9064
Yxy81.09530.34360.3775
Hunter Lab90.0529-11.271623.5952
CIE-Lab92.1741-6.668322.6239

#edebbd color RGB value is (237,235,189).

#edebbd hex color red value is 237, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #edebbd hue: 0.16 , saturation: 0.57 and the lightness value of edebbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 10111101
Octal 355 353 275
Decimal 237 235 189
Hex ED EB BD

RGB Percentages of Color #edebbd

%35.85
%35.55
%28.59

CMYK Percentages of Color #edebbd

%0
%1
%20
%7

Triadic Colors of #edebbd

#edebbd #bdedeb #ebbded

Analogous Colors of #edebbd

#edebbd #d7edbd #edd3bd

Monochromatic Colors of #edebbd

#edebbd

Complementary Color

#edebbd #bdbfed

#edebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebbd Color CSS Codes

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

#edebbd Text Font Color

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

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


#edebbd Background Color

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

This div background color is #edebbd


#edebbd Border Color

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

This div border color is #edebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebbd


Comments

No comments written yet.

Please login to write comment.