Color Hex Logo

#ede54a Color Hex

#EDE54A
(237,229,74)
0 Favorites   0 Comments

Color spaces of #ede54a

RGB 23722974
HSL0.160.820.61
HSV57°69°93°
CMYK 0.000.030.69   0.07
XYZ64.180474.537617.4831
Yxy74.53760.41090.4772
Hunter Lab86.3352-18.392048.4282
CIE-Lab89.1760-14.688072.6329

#ede54a color RGB value is (237,229,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01001010
Octal 355 345 112
Decimal 237 229 74
Hex ED E5 4A

RGB Percentages of Color #ede54a

%43.89
%42.41
%13.70

CMYK Percentages of Color #ede54a

%0
%3
%69
%7

Triadic Colors of #ede54a

#ede54a #4aede5 #e54aed

Analogous Colors of #ede54a

#ede54a #a4ed4a #ed944a

Monochromatic Colors of #ede54a

#ede54a

Complementary Color

#ede54a #4a52ed

#ede54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede54a Color CSS Codes

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

#ede54a Text Font Color

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

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


#ede54a Background Color

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

This div background color is #ede54a


#ede54a Border Color

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

This div border color is #ede54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede54a


Comments

No comments written yet.

Please login to write comment.