Color Hex Logo

#edc880 Color Hex

#EDC880
(237,200,128)
0 Favorites   0 Comments

Color spaces of #edc880

RGB 237200128
HSL0.110.750.72
HSV40°46°93°
CMYK 0.000.160.46   0.07
XYZ59.475660.871629.0368
Yxy60.87160.39810.4075
Hunter Lab78.0203-0.463232.5482
CIE-Lab82.30973.916240.7655

#edc880 color RGB value is (237,200,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 10000000
Octal 355 310 200
Decimal 237 200 128
Hex ED C8 80

RGB Percentages of Color #edc880

%41.95
%35.40
%22.65

CMYK Percentages of Color #edc880

%0
%16
%46
%7

Triadic Colors of #edc880

#edc880 #80edc8 #c880ed

Analogous Colors of #edc880

#edc880 #dced80 #ed9280

Monochromatic Colors of #edc880

#edc880

Complementary Color

#edc880 #80a5ed

#edc880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc880 Color CSS Codes

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

#edc880 Text Font Color

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

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


#edc880 Background Color

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

This div background color is #edc880


#edc880 Border Color

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

This div border color is #edc880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc880


Comments

No comments written yet.

Please login to write comment.