Color Hex Logo

#ede449 Color Hex

#EDE449
(237,228,73)
0 Favorites   0 Comments

Color spaces of #ede449

RGB 23722873
HSL0.160.820.61
HSV57°69°93°
CMYK 0.000.040.69   0.07
XYZ63.871173.972417.2151
Yxy73.97240.41190.4771
Hunter Lab86.0072-17.954148.3376
CIE-Lab88.9094-14.245072.7317

#ede449 color RGB value is (237,228,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01001001
Octal 355 344 111
Decimal 237 228 73
Hex ED E4 49

RGB Percentages of Color #ede449

%44.05
%42.38
%13.57

CMYK Percentages of Color #ede449

%0
%4
%69
%7

Triadic Colors of #ede449

#ede449 #49ede4 #e449ed

Analogous Colors of #ede449

#ede449 #a4ed49 #ed9249

Monochromatic Colors of #ede449

#ede449

Complementary Color

#ede449 #4952ed

#ede449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede449 Color CSS Codes

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

#ede449 Text Font Color

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

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


#ede449 Background Color

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

This div background color is #ede449


#ede449 Border Color

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

This div border color is #ede449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede449


Comments

No comments written yet.

Please login to write comment.