Color Hex Logo

#ffe14c Color Hex

#FFE14C
(255,225,76)
0 Favorites   0 Comments

Color spaces of #ffe14c

RGB 25522576
HSL0.141.000.65
HSV50°70°100°
CMYK 0.000.120.70   0.00
XYZ69.469775.632217.7745
Yxy75.63220.42650.4644
Hunter Lab86.9668-9.604748.7589
CIE-Lab89.6883-5.162772.9156

#ffe14c color RGB value is (255,225,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01001100
Octal 377 341 114
Decimal 255 225 76
Hex FF E1 4C

RGB Percentages of Color #ffe14c

%45.86
%40.47
%13.67

CMYK Percentages of Color #ffe14c

%0
%12
%70
%0

Triadic Colors of #ffe14c

#ffe14c #4cffe1 #e14cff

Analogous Colors of #ffe14c

#ffe14c #c4ff4c #ff884c

Monochromatic Colors of #ffe14c

#ffe14c

Complementary Color

#ffe14c #4c6aff

#ffe14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe14c Color CSS Codes

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

#ffe14c Text Font Color

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

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


#ffe14c Background Color

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

This div background color is #ffe14c


#ffe14c Border Color

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

This div border color is #ffe14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe14c

#ffe14c Color Palettes


Comments

No comments written yet.

Please login to write comment.