Color Hex Logo

#edb770 Color Hex

#EDB770
(237,183,112)
0 Favorites   0 Comments

Color spaces of #edb770

RGB 237183112
HSL0.090.780.68
HSV34°53°93°
CMYK 0.000.230.53   0.07
XYZ54.783253.041322.6799
Yxy53.04130.41980.4064
Hunter Lab72.82956.818332.5171
CIE-Lab77.899411.369643.3394

#edb770 color RGB value is (237,183,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01110000
Octal 355 267 160
Decimal 237 183 112
Hex ED B7 70

RGB Percentages of Color #edb770

%44.55
%34.40
%21.05

CMYK Percentages of Color #edb770

%0
%23
%53
%7

Triadic Colors of #edb770

#edb770 #70edb7 #b770ed

Analogous Colors of #edb770

#edb770 #e5ed70 #ed7970

Monochromatic Colors of #edb770

#edb770

Complementary Color

#edb770 #70a6ed

#edb770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb770 Color CSS Codes

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

#edb770 Text Font Color

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

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


#edb770 Background Color

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

This div background color is #edb770


#edb770 Border Color

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

This div border color is #edb770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb770


Comments

No comments written yet.

Please login to write comment.