Color Hex Logo

#edcdb0 Color Hex

#EDCDB0
(237,205,176)
0 Favorites   0 Comments

Color spaces of #edcdb0

RGB 237205176
HSL0.080.630.81
HSV29°26°93°
CMYK 0.000.140.26   0.07
XYZ64.592864.801850.1779
Yxy64.80180.35970.3609
Hunter Lab80.49962.354019.3924
CIE-Lab84.38156.915318.5885

#edcdb0 color RGB value is (237,205,176).

#edcdb0 hex color red value is 237, green value is 205 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #edcdb0 hue: 0.08 , saturation: 0.63 and the lightness value of edcdb0 is 0.81.

The process color (four color CMYK) of #edcdb0 color hex is 0.00, 0.14, 0.26, 0.07. Web safe color of #edcdb0 is #ffcc99. Color #edcdb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10110000
Octal 355 315 260
Decimal 237 205 176
Hex ED CD B0

RGB Percentages of Color #edcdb0

%38.35
%33.17
%28.48

CMYK Percentages of Color #edcdb0

%0
%14
%26
%7

Triadic Colors of #edcdb0

#edcdb0 #b0edcd #cdb0ed

Analogous Colors of #edcdb0

#edcdb0 #edecb0 #edb0b2

Monochromatic Colors of #edcdb0

#edcdb0

Complementary Color

#edcdb0 #b0d0ed

#edcdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdb0 Color CSS Codes

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

#edcdb0 Text Font Color

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

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


#edcdb0 Background Color

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

This div background color is #edcdb0


#edcdb0 Border Color

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

This div border color is #edcdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdb0


Comments

No comments written yet.

Please login to write comment.