Color Hex Logo

#edccbb Color Hex

#EDCCBB
(237,204,187)
0 Favorites   0 Comments

Color spaces of #edccbb

RGB 237204187
HSL0.060.580.83
HSV20°21°93°
CMYK 0.000.140.21   0.07
XYZ65.487664.778156.0656
Yxy64.77810.35150.3477
Hunter Lab80.48484.390515.0381
CIE-Lab84.36938.988612.7473

#edccbb color RGB value is (237,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10111011
Octal 355 314 273
Decimal 237 204 187
Hex ED CC BB

RGB Percentages of Color #edccbb

%37.74
%32.48
%29.78

CMYK Percentages of Color #edccbb

%0
%14
%21
%7

Triadic Colors of #edccbb

#edccbb #bbedcc #ccbbed

Analogous Colors of #edccbb

#edccbb #ede5bb #edbbc3

Monochromatic Colors of #edccbb

#edccbb

Complementary Color

#edccbb #bbdced

#edccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccbb Color CSS Codes

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

#edccbb Text Font Color

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

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


#edccbb Background Color

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

This div background color is #edccbb


#edccbb Border Color

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

This div border color is #edccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccbb


Comments

No comments written yet.

Please login to write comment.