Color Hex Logo

#ffe04a Color Hex

#FFE04A
(255,224,74)
0 Favorites   0 Comments

Color spaces of #ffe04a

RGB 25522474
HSL0.141.000.65
HSV50°71°100°
CMYK 0.000.120.71   0.00
XYZ69.131775.065717.3241
Yxy75.06570.42800.4647
Hunter Lab86.6405-9.193048.7931
CIE-Lab89.4238-4.754173.3907

#ffe04a color RGB value is (255,224,74).

#ffe04a hex color red value is 255, green value is 224 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ffe04a hue: 0.14 , saturation: 1.00 and the lightness value of ffe04a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 01001010
Octal 377 340 112
Decimal 255 224 74
Hex FF E0 4A

RGB Percentages of Color #ffe04a

%46.11
%40.51
%13.38

CMYK Percentages of Color #ffe04a

%0
%12
%71
%0

Triadic Colors of #ffe04a

#ffe04a #4affe0 #e04aff

Analogous Colors of #ffe04a

#ffe04a #c4ff4a #ff864a

Monochromatic Colors of #ffe04a

#ffe04a

Complementary Color

#ffe04a #4a69ff

#ffe04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe04a Color CSS Codes

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

#ffe04a Text Font Color

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

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


#ffe04a Background Color

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

This div background color is #ffe04a


#ffe04a Border Color

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

This div border color is #ffe04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe04a

Related Colors


Comments

No comments written yet.

Please login to write comment.