Color Hex Logo

#edc885 Color Hex

#EDC885
(237,200,133)
0 Favorites   0 Comments

Color spaces of #edc885

RGB 237200133
HSL0.110.740.73
HSV39°44°93°
CMYK 0.000.160.44   0.07
XYZ59.813061.006530.8133
Yxy61.00650.39450.4023
Hunter Lab78.10670.006231.2846
CIE-Lab82.38224.410638.3171

#edc885 color RGB value is (237,200,133).

#edc885 hex color red value is 237, green value is 200 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #edc885 hue: 0.11 , saturation: 0.74 and the lightness value of edc885 is 0.73.

The process color (four color CMYK) of #edc885 color hex is 0.00, 0.16, 0.44, 0.07. Web safe color of #edc885 is #ffcc99. Color #edc885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 10000101
Octal 355 310 205
Decimal 237 200 133
Hex ED C8 85

RGB Percentages of Color #edc885

%41.58
%35.09
%23.33

CMYK Percentages of Color #edc885

%0
%16
%44
%7

Triadic Colors of #edc885

#edc885 #85edc8 #c885ed

Analogous Colors of #edc885

#edc885 #deed85 #ed9485

Monochromatic Colors of #edc885

#edc885

Complementary Color

#edc885 #85aaed

#edc885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc885 Color CSS Codes

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

#edc885 Text Font Color

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

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


#edc885 Background Color

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

This div background color is #edc885


#edc885 Border Color

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

This div border color is #edc885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc885


Comments

No comments written yet.

Please login to write comment.