Color Hex Logo

#edcdbc Color Hex

#EDCDBC
(237,205,188)
0 Favorites   0 Comments

Color spaces of #edcdbc

RGB 237205188
HSL0.060.580.83
HSV21°21°93°
CMYK 0.000.140.21   0.07
XYZ65.833565.298056.7109
Yxy65.29800.35050.3476
Hunter Lab80.80724.011214.9550
CIE-Lab84.63718.610512.5963

#edcdbc color RGB value is (237,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10111100
Octal 355 315 274
Decimal 237 205 188
Hex ED CD BC

RGB Percentages of Color #edcdbc

%37.62
%32.54
%29.84

CMYK Percentages of Color #edcdbc

%0
%14
%21
%7

Triadic Colors of #edcdbc

#edcdbc #bcedcd #cdbced

Analogous Colors of #edcdbc

#edcdbc #ede6bc #edbcc4

Monochromatic Colors of #edcdbc

#edcdbc

Complementary Color

#edcdbc #bcdced

#edcdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdbc Color CSS Codes

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

#edcdbc Text Font Color

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

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


#edcdbc Background Color

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

This div background color is #edcdbc


#edcdbc Border Color

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

This div border color is #edcdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdbc


Comments

No comments written yet.

Please login to write comment.