Color Hex Logo

#edb073 Color Hex

#EDB073
(237,176,115)
0 Favorites   0 Comments

Color spaces of #edb073

RGB 237176115
HSL0.080.770.69
HSV30°51°93°
CMYK 0.000.260.51   0.07
XYZ53.544950.293023.1051
Yxy50.29300.42180.3962
Hunter Lab70.917610.667230.3255
CIE-Lab76.248815.325239.7572

#edb073 color RGB value is (237,176,115).

#edb073 hex color red value is 237, green value is 176 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #edb073 hue: 0.08 , saturation: 0.77 and the lightness value of edb073 is 0.69.

The process color (four color CMYK) of #edb073 color hex is 0.00, 0.26, 0.51, 0.07. Web safe color of #edb073 is #ff9966. Color #edb073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 01110011
Octal 355 260 163
Decimal 237 176 115
Hex ED B0 73

RGB Percentages of Color #edb073

%44.89
%33.33
%21.78

CMYK Percentages of Color #edb073

%0
%26
%51
%7

Triadic Colors of #edb073

#edb073 #73edb0 #b073ed

Analogous Colors of #edb073

#edb073 #eded73 #ed7373

Monochromatic Colors of #edb073

#edb073

Complementary Color

#edb073 #73b0ed

#edb073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb073 Color CSS Codes

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

#edb073 Text Font Color

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

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


#edb073 Background Color

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

This div background color is #edb073


#edb073 Border Color

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

This div border color is #edb073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb073


Comments

No comments written yet.

Please login to write comment.