Color Hex Logo

#fee254 Color Hex

#FEE254
(254,226,84)
0 Favorites   0 Comments

Color spaces of #fee254

RGB 25422684
HSL0.140.990.66
HSV50°67°100°
CMYK 0.000.110.67   0.00
XYZ69.669676.103619.4050
Yxy76.10360.42180.4607
Hunter Lab87.2374-10.111647.8778
CIE-Lab89.9074-5.675670.0484

#fee254 color RGB value is (254,226,84).

#fee254 hex color red value is 254, green value is 226 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fee254 hue: 0.14 , saturation: 0.99 and the lightness value of fee254 is 0.66.

The process color (four color CMYK) of #fee254 color hex is 0.00, 0.11, 0.67, 0.00. Web safe color of #fee254 is #ffcc66. Color #fee254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 01010100
Octal 376 342 124
Decimal 254 226 84
Hex FE E2 54

RGB Percentages of Color #fee254

%45.04
%40.07
%14.89

CMYK Percentages of Color #fee254

%0
%11
%67
%0

Triadic Colors of #fee254

#fee254 #54fee2 #e254fe

Analogous Colors of #fee254

#fee254 #c5fe54 #fe8d54

Monochromatic Colors of #fee254

#fee254

Complementary Color

#fee254 #5470fe

#fee254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee254 Color CSS Codes

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

#fee254 Text Font Color

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

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


#fee254 Background Color

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

This div background color is #fee254


#fee254 Border Color

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

This div border color is #fee254


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,226,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fee254; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fee254;
  -webkit-box-shadow: 1px 1px 3px 2px #fee254;
  box-shadow:         1px 1px 3px 2px #fee254; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,226,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee254

Related Colors


Comments

No comments written yet.

Please login to write comment.