Color Hex Logo

#edccbd Color Hex

#EDCCBD
(237,204,189)
0 Favorites   0 Comments

Color spaces of #edccbd

RGB 237204189
HSL0.050.570.84
HSV19°20°93°
CMYK 0.000.140.20   0.07
XYZ65.703264.864457.2013
Yxy64.86440.34990.3454
Hunter Lab80.53844.677914.2670
CIE-Lab84.41389.280711.7489

#edccbd color RGB value is (237,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10111101
Octal 355 314 275
Decimal 237 204 189
Hex ED CC BD

RGB Percentages of Color #edccbd

%37.62
%32.38
%30.00

CMYK Percentages of Color #edccbd

%0
%14
%20
%7

Triadic Colors of #edccbd

#edccbd #bdedcc #ccbded

Analogous Colors of #edccbd

#edccbd #ede4bd #edbdc6

Monochromatic Colors of #edccbd

#edccbd

Complementary Color

#edccbd #bddeed

#edccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccbd Color CSS Codes

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

#edccbd Text Font Color

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

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


#edccbd Background Color

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

This div background color is #edccbd


#edccbd Border Color

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

This div border color is #edccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccbd


Comments

No comments written yet.

Please login to write comment.