Color Hex Logo

#ffe14f Color Hex

#FFE14F
(255,225,79)
0 Favorites   0 Comments

Color spaces of #ffe14f

RGB 25522579
HSL0.141.000.65
HSV50°69°100°
CMYK 0.000.120.69   0.00
XYZ69.576575.674918.3368
Yxy75.67490.42530.4626
Hunter Lab86.9913-9.468848.3963
CIE-Lab89.7082-5.017871.8092

#ffe14f color RGB value is (255,225,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01001111
Octal 377 341 117
Decimal 255 225 79
Hex FF E1 4F

RGB Percentages of Color #ffe14f

%45.62
%40.25
%14.13

CMYK Percentages of Color #ffe14f

%0
%12
%69
%0

Triadic Colors of #ffe14f

#ffe14f #4fffe1 #e14fff

Analogous Colors of #ffe14f

#ffe14f #c5ff4f #ff894f

Monochromatic Colors of #ffe14f

#ffe14f

Complementary Color

#ffe14f #4f6dff

#ffe14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe14f Color CSS Codes

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

#ffe14f Text Font Color

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

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


#ffe14f Background Color

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

This div background color is #ffe14f


#ffe14f Border Color

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

This div border color is #ffe14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe14f

Related Colors

#ffe14f Color Palettes


Comments

No comments written yet.

Please login to write comment.