Color Hex Logo

#ffe14e Color Hex

#FFE14E
(255,225,78)
0 Favorites   0 Comments

Color spaces of #ffe14e

RGB 25522578
HSL0.141.000.65
HSV50°69°100°
CMYK 0.000.120.69   0.00
XYZ69.540475.660518.1465
Yxy75.66050.42570.4632
Hunter Lab86.9830-9.514848.5190
CIE-Lab89.7015-5.066872.1810

#ffe14e color RGB value is (255,225,78).

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

The process color (four color CMYK) of #ffe14e color hex is 0.00, 0.12, 0.69, 0.00. Web safe color of #ffe14e is #ffcc66. Color #ffe14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01001110
Octal 377 341 116
Decimal 255 225 78
Hex FF E1 4E

RGB Percentages of Color #ffe14e

%45.70
%40.32
%13.98

CMYK Percentages of Color #ffe14e

%0
%12
%69
%0

Triadic Colors of #ffe14e

#ffe14e #4effe1 #e14eff

Analogous Colors of #ffe14e

#ffe14e #c5ff4e #ff894e

Monochromatic Colors of #ffe14e

#ffe14e

Complementary Color

#ffe14e #4e6cff

#ffe14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe14e Color CSS Codes

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

#ffe14e Text Font Color

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

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


#ffe14e Background Color

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

This div background color is #ffe14e


#ffe14e Border Color

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

This div border color is #ffe14e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,225,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe14e

#ffe14e Color Palettes


Comments

No comments written yet.

Please login to write comment.