Color Hex Logo

#edb570 Color Hex

#EDB570
(237,181,112)
0 Favorites   0 Comments

Color spaces of #edb570

RGB 237181112
HSL0.090.780.68
HSV33°53°93°
CMYK 0.000.240.53   0.07
XYZ54.373652.222122.5433
Yxy52.22210.42100.4044
Hunter Lab72.26497.843632.0897
CIE-Lab77.413512.424442.7401

#edb570 color RGB value is (237,181,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110101 01110000
Octal 355 265 160
Decimal 237 181 112
Hex ED B5 70

RGB Percentages of Color #edb570

%44.72
%34.15
%21.13

CMYK Percentages of Color #edb570

%0
%24
%53
%7

Triadic Colors of #edb570

#edb570 #70edb5 #b570ed

Analogous Colors of #edb570

#edb570 #e7ed70 #ed7770

Monochromatic Colors of #edb570

#edb570

Complementary Color

#edb570 #70a8ed

#edb570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb570 Color CSS Codes

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

#edb570 Text Font Color

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

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


#edb570 Background Color

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

This div background color is #edb570


#edb570 Border Color

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

This div border color is #edb570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb570


Comments

No comments written yet.

Please login to write comment.