Color Hex Logo

#fee154 Color Hex

#FEE154
(254,225,84)
0 Favorites   0 Comments

Color spaces of #fee154

RGB 25422584
HSL0.140.990.66
HSV50°67°100°
CMYK 0.000.110.67   0.00
XYZ69.398575.561419.3146
Yxy75.56140.42250.4600
Hunter Lab86.9261-9.612947.6743
CIE-Lab89.6553-5.174569.7888

#fee154 color RGB value is (254,225,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01010100
Octal 376 341 124
Decimal 254 225 84
Hex FE E1 54

RGB Percentages of Color #fee154

%45.12
%39.96
%14.92

CMYK Percentages of Color #fee154

%0
%11
%67
%0

Triadic Colors of #fee154

#fee154 #54fee1 #e154fe

Analogous Colors of #fee154

#fee154 #c6fe54 #fe8c54

Monochromatic Colors of #fee154

#fee154

Complementary Color

#fee154 #5471fe

#fee154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee154 Color CSS Codes

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

#fee154 Text Font Color

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

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


#fee154 Background Color

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

This div background color is #fee154


#fee154 Border Color

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

This div border color is #fee154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee154

Related Colors


Comments

No comments written yet.

Please login to write comment.