Color Hex Logo

#edc9bb Color Hex

#EDC9BB
(237,201,187)
0 Favorites   0 Comments

Color spaces of #edc9bb

RGB 237201187
HSL0.050.580.83
HSV17°21°93°
CMYK 0.000.150.21   0.07
XYZ64.781363.365755.8302
Yxy63.36570.35210.3444
Hunter Lab79.60265.960414.1381
CIE-Lab83.634410.562611.7050

#edc9bb color RGB value is (237,201,187).

#edc9bb hex color red value is 237, green value is 201 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edc9bb hue: 0.05 , saturation: 0.58 and the lightness value of edc9bb is 0.83.

The process color (four color CMYK) of #edc9bb color hex is 0.00, 0.15, 0.21, 0.07. Web safe color of #edc9bb is #ffcccc. Color #edc9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 10111011
Octal 355 311 273
Decimal 237 201 187
Hex ED C9 BB

RGB Percentages of Color #edc9bb

%37.92
%32.16
%29.92

CMYK Percentages of Color #edc9bb

%0
%15
%21
%7

Triadic Colors of #edc9bb

#edc9bb #bbedc9 #c9bbed

Analogous Colors of #edc9bb

#edc9bb #ede2bb #edbbc6

Monochromatic Colors of #edc9bb

#edc9bb

Complementary Color

#edc9bb #bbdfed

#edc9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc9bb Color CSS Codes

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

#edc9bb Text Font Color

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

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


#edc9bb Background Color

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

This div background color is #edc9bb


#edc9bb Border Color

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

This div border color is #edc9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc9bb


Comments

No comments written yet.

Please login to write comment.