Color Hex Logo

#edc149 Color Hex

#EDC149
(237,193,73)
0 Favorites   0 Comments

Color spaces of #edc149

RGB 23719373
HSL0.120.820.61
HSV44°69°93°
CMYK 0.000.190.69   0.07
XYZ55.197656.625514.3239
Yxy56.62550.43760.4489
Hunter Lab75.2499-0.753441.3890
CIE-Lab79.96853.497563.7451

#edc149 color RGB value is (237,193,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 01001001
Octal 355 301 111
Decimal 237 193 73
Hex ED C1 49

RGB Percentages of Color #edc149

%47.12
%38.37
%14.51

CMYK Percentages of Color #edc149

%0
%19
%69
%7

Triadic Colors of #edc149

#edc149 #49edc1 #c149ed

Analogous Colors of #edc149

#edc149 #c7ed49 #ed6f49

Monochromatic Colors of #edc149

#edc149

Complementary Color

#edc149 #4975ed

#edc149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc149 Color CSS Codes

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

#edc149 Text Font Color

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

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


#edc149 Background Color

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

This div background color is #edc149


#edc149 Border Color

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

This div border color is #edc149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc149


Comments

No comments written yet.

Please login to write comment.