Color Hex Logo

#edc982 Color Hex

#EDC982
(237,201,130)
0 Favorites   0 Comments

Color spaces of #edc982

RGB 237201130
HSL0.110.750.72
HSV40°45°93°
CMYK 0.000.150.45   0.07
XYZ59.841061.389529.8145
Yxy61.38950.39620.4064
Hunter Lab78.3515-0.785532.2848
CIE-Lab82.58773.591940.1057

#edc982 color RGB value is (237,201,130).

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

The process color (four color CMYK) of #edc982 color hex is 0.00, 0.15, 0.45, 0.07. Web safe color of #edc982 is #ffcc99. Color #edc982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 10000010
Octal 355 311 202
Decimal 237 201 130
Hex ED C9 82

RGB Percentages of Color #edc982

%41.73
%35.39
%22.89

CMYK Percentages of Color #edc982

%0
%15
%45
%7

Triadic Colors of #edc982

#edc982 #82edc9 #c982ed

Analogous Colors of #edc982

#edc982 #dced82 #ed9482

Monochromatic Colors of #edc982

#edc982

Complementary Color

#edc982 #82a6ed

#edc982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc982 Color CSS Codes

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

#edc982 Text Font Color

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

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


#edc982 Background Color

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

This div background color is #edc982


#edc982 Border Color

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

This div border color is #edc982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc982


Comments

No comments written yet.

Please login to write comment.