Color Hex Logo

#ffe14a Color Hex

#FFE14A
(255,225,74)
0 Favorites   0 Comments

Color spaces of #ffe14a

RGB 25522574
HSL0.141.000.65
HSV50°71°100°
CMYK 0.000.120.71   0.00
XYZ69.401275.604817.4139
Yxy75.60480.42730.4655
Hunter Lab86.9510-9.692048.9916
CIE-Lab89.6755-5.255873.6378

#ffe14a color RGB value is (255,225,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01001010
Octal 377 341 112
Decimal 255 225 74
Hex FF E1 4A

RGB Percentages of Color #ffe14a

%46.03
%40.61
%13.36

CMYK Percentages of Color #ffe14a

%0
%12
%71
%0

Triadic Colors of #ffe14a

#ffe14a #4affe1 #e14aff

Analogous Colors of #ffe14a

#ffe14a #c3ff4a #ff874a

Monochromatic Colors of #ffe14a

#ffe14a

Complementary Color

#ffe14a #4a68ff

#ffe14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe14a Color CSS Codes

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

#ffe14a Text Font Color

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

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


#ffe14a Background Color

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

This div background color is #ffe14a


#ffe14a Border Color

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

This div border color is #ffe14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe14a

#ffe14a Color Palettes


Comments

No comments written yet.

Please login to write comment.