Color Hex Logo

#ede447 Color Hex

#EDE447
(237,228,71)
0 Favorites   0 Comments

Color spaces of #ede447

RGB 23722871
HSL0.160.820.60
HSV57°70°93°
CMYK 0.000.040.70   0.07
XYZ63.805873.946316.8714
Yxy73.94630.41270.4782
Hunter Lab85.9920-18.039748.5619
CIE-Lab88.8971-14.341273.4350

#ede447 color RGB value is (237,228,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01000111
Octal 355 344 107
Decimal 237 228 71
Hex ED E4 47

RGB Percentages of Color #ede447

%44.22
%42.54
%13.25

CMYK Percentages of Color #ede447

%0
%4
%70
%7

Triadic Colors of #ede447

#ede447 #47ede4 #e447ed

Analogous Colors of #ede447

#ede447 #a3ed47 #ed9147

Monochromatic Colors of #ede447

#ede447

Complementary Color

#ede447 #4750ed

#ede447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede447 Color CSS Codes

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

#ede447 Text Font Color

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

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


#ede447 Background Color

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

This div background color is #ede447


#ede447 Border Color

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

This div border color is #ede447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede447


Comments

No comments written yet.

Please login to write comment.