Color Hex Logo

#edc570 Color Hex

#EDC570
(237,197,112)
0 Favorites   0 Comments

Color spaces of #edc570

RGB 237197112
HSL0.110.780.68
HSV41°53°93°
CMYK 0.000.170.53   0.07
XYZ57.815959.106923.6908
Yxy59.10690.41120.4203
Hunter Lab76.8810-0.306635.5466
CIE-Lab81.35034.035747.5534

#edc570 color RGB value is (237,197,112).

#edc570 hex color red value is 237, green value is 197 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #edc570 hue: 0.11 , saturation: 0.78 and the lightness value of edc570 is 0.68.

The process color (four color CMYK) of #edc570 color hex is 0.00, 0.17, 0.53, 0.07. Web safe color of #edc570 is #ffcc66. Color #edc570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 01110000
Octal 355 305 160
Decimal 237 197 112
Hex ED C5 70

RGB Percentages of Color #edc570

%43.41
%36.08
%20.51

CMYK Percentages of Color #edc570

%0
%17
%53
%7

Triadic Colors of #edc570

#edc570 #70edc5 #c570ed

Analogous Colors of #edc570

#edc570 #d7ed70 #ed8770

Monochromatic Colors of #edc570

#edc570

Complementary Color

#edc570 #7098ed

#edc570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc570 Color CSS Codes

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

#edc570 Text Font Color

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

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


#edc570 Background Color

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

This div background color is #edc570


#edc570 Border Color

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

This div border color is #edc570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc570


Comments

No comments written yet.

Please login to write comment.