Color Hex Logo

#edcdbd Color Hex

#EDCDBD
(237,205,189)
0 Favorites   0 Comments

Color spaces of #edcdbd

RGB 237205189
HSL0.060.570.84
HSV20°20°93°
CMYK 0.000.140.20   0.07
XYZ65.941765.341357.2807
Yxy65.34130.34970.3465
Hunter Lab80.83404.155014.5696
CIE-Lab84.65938.756812.0975

#edcdbd color RGB value is (237,205,189).

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

The process color (four color CMYK) of #edcdbd color hex is 0.00, 0.14, 0.20, 0.07. Web safe color of #edcdbd is #ffcccc. Color #edcdbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10111101
Octal 355 315 275
Decimal 237 205 189
Hex ED CD BD

RGB Percentages of Color #edcdbd

%37.56
%32.49
%29.95

CMYK Percentages of Color #edcdbd

%0
%14
%20
%7

Triadic Colors of #edcdbd

#edcdbd #bdedcd #cdbded

Analogous Colors of #edcdbd

#edcdbd #ede5bd #edbdc5

Monochromatic Colors of #edcdbd

#edcdbd

Complementary Color

#edcdbd #bddded

#edcdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdbd Color CSS Codes

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

#edcdbd Text Font Color

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

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


#edcdbd Background Color

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

This div background color is #edcdbd


#edcdbd Border Color

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

This div border color is #edcdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdbd


Comments

No comments written yet.

Please login to write comment.