Color Hex Logo

#ede544 Color Hex

#EDE544
(237,229,68)
0 Favorites   0 Comments

Color spaces of #ede544

RGB 23722968
HSL0.160.820.60
HSV57°71°93°
CMYK 0.000.030.71   0.07
XYZ63.987874.460516.4686
Yxy74.46050.41300.4806
Hunter Lab86.2905-18.643649.0878
CIE-Lab89.1397-14.970974.7150

#ede544 color RGB value is (237,229,68).

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

The process color (four color CMYK) of #ede544 color hex is 0.00, 0.03, 0.71, 0.07. Web safe color of #ede544 is #ffcc33. Color #ede544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01000100
Octal 355 345 104
Decimal 237 229 68
Hex ED E5 44

RGB Percentages of Color #ede544

%44.38
%42.88
%12.73

CMYK Percentages of Color #ede544

%0
%3
%71
%7

Triadic Colors of #ede544

#ede544 #44ede5 #e544ed

Analogous Colors of #ede544

#ede544 #a1ed44 #ed9144

Monochromatic Colors of #ede544

#ede544

Complementary Color

#ede544 #444ced

#ede544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede544 Color CSS Codes

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

#ede544 Text Font Color

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

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


#ede544 Background Color

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

This div background color is #ede544


#ede544 Border Color

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

This div border color is #ede544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede544


Comments

No comments written yet.

Please login to write comment.