Color Hex Logo

#edb349 Color Hex

#EDB349
(237,179,73)
0 Favorites   0 Comments

Color spaces of #edb349

RGB 23717973
HSL0.110.820.61
HSV39°69°93°
CMYK 0.000.240.69   0.07
XYZ52.247750.725813.3406
Yxy50.72580.44920.4361
Hunter Lab71.22206.307038.7498
CIE-Lab76.512610.825860.1696

#edb349 color RGB value is (237,179,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 01001001
Octal 355 263 111
Decimal 237 179 73
Hex ED B3 49

RGB Percentages of Color #edb349

%48.47
%36.61
%14.93

CMYK Percentages of Color #edb349

%0
%24
%69
%7

Triadic Colors of #edb349

#edb349 #49edb3 #b349ed

Analogous Colors of #edb349

#edb349 #d5ed49 #ed6149

Monochromatic Colors of #edb349

#edb349

Complementary Color

#edb349 #4983ed

#edb349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb349 Color CSS Codes

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

#edb349 Text Font Color

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

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


#edb349 Background Color

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

This div background color is #edb349


#edb349 Border Color

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

This div border color is #edb349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb349


Comments

No comments written yet.

Please login to write comment.