Color Hex Logo

#edb347 Color Hex

#EDB347
(237,179,71)
0 Favorites   0 Comments

Color spaces of #edb347

RGB 23717971
HSL0.110.820.60
HSV39°70°93°
CMYK 0.000.240.70   0.07
XYZ52.182550.699712.9969
Yxy50.69970.45030.4375
Hunter Lab71.20376.209339.0203
CIE-Lab76.496710.723861.0028

#edb347 color RGB value is (237,179,71).

#edb347 hex color red value is 237, green value is 179 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #edb347 hue: 0.11 , saturation: 0.82 and the lightness value of edb347 is 0.60.

The process color (four color CMYK) of #edb347 color hex is 0.00, 0.24, 0.70, 0.07. Web safe color of #edb347 is #ffcc33. Color #edb347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 01000111
Octal 355 263 107
Decimal 237 179 71
Hex ED B3 47

RGB Percentages of Color #edb347

%48.67
%36.76
%14.58

CMYK Percentages of Color #edb347

%0
%24
%70
%7

Triadic Colors of #edb347

#edb347 #47edb3 #b347ed

Analogous Colors of #edb347

#edb347 #d4ed47 #ed6047

Monochromatic Colors of #edb347

#edb347

Complementary Color

#edb347 #4781ed

#edb347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb347 Color CSS Codes

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

#edb347 Text Font Color

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

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


#edb347 Background Color

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

This div background color is #edb347


#edb347 Border Color

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

This div border color is #edb347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb347


Comments

No comments written yet.

Please login to write comment.