Color Hex Logo

#edc180 Color Hex

#EDC180
(237,193,128)
0 Favorites   0 Comments

Color spaces of #edc180

RGB 237193128
HSL0.100.750.72
HSV36°46°93°
CMYK 0.000.190.46   0.07
XYZ57.891357.703028.5087
Yxy57.70300.40170.4004
Hunter Lab75.96253.101230.9222
CIE-Lab80.57347.568638.5572

#edc180 color RGB value is (237,193,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 10000000
Octal 355 301 200
Decimal 237 193 128
Hex ED C1 80

RGB Percentages of Color #edc180

%42.47
%34.59
%22.94

CMYK Percentages of Color #edc180

%0
%19
%46
%7

Triadic Colors of #edc180

#edc180 #80edc1 #c180ed

Analogous Colors of #edc180

#edc180 #e3ed80 #ed8b80

Monochromatic Colors of #edc180

#edc180

Complementary Color

#edc180 #80aced

#edc180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc180 Color CSS Codes

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

#edc180 Text Font Color

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

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


#edc180 Background Color

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

This div background color is #edc180


#edc180 Border Color

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

This div border color is #edc180


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,193,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 #edc180">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc180


Comments

No comments written yet.

Please login to write comment.