Color Hex Logo

#edcd9d Color Hex

#EDCD9D
(237,205,157)
0 Favorites   0 Comments

Color spaces of #edcd9d

RGB 237205157
HSL0.100.690.77
HSV36°34°93°
CMYK 0.000.140.34   0.07
XYZ62.842264.101540.9590
Yxy64.10150.37430.3818
Hunter Lab80.0634-0.005425.7127
CIE-Lab84.01864.471828.0705

#edcd9d color RGB value is (237,205,157).

#edcd9d hex color red value is 237, green value is 205 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edcd9d hue: 0.10 , saturation: 0.69 and the lightness value of edcd9d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10011101
Octal 355 315 235
Decimal 237 205 157
Hex ED CD 9D

RGB Percentages of Color #edcd9d

%39.57
%34.22
%26.21

CMYK Percentages of Color #edcd9d

%0
%14
%34
%7

Triadic Colors of #edcd9d

#edcd9d #9dedcd #cd9ded

Analogous Colors of #edcd9d

#edcd9d #e5ed9d #eda59d

Monochromatic Colors of #edcd9d

#edcd9d

Complementary Color

#edcd9d #9dbded

#edcd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd9d Color CSS Codes

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

#edcd9d Text Font Color

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

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


#edcd9d Background Color

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

This div background color is #edcd9d


#edcd9d Border Color

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

This div border color is #edcd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd9d


Comments

No comments written yet.

Please login to write comment.