Color Hex Logo

#fee161 Color Hex

#FEE161
(254,225,97)
0 Favorites   0 Comments

Color spaces of #fee161

RGB 25422597
HSL0.140.990.69
HSV49°62°100°
CMYK 0.000.110.62   0.00
XYZ69.955975.784322.2500
Yxy75.78430.41640.4511
Hunter Lab87.0542-8.903945.7841
CIE-Lab89.7591-4.419664.5411

#fee161 color RGB value is (254,225,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01100001
Octal 376 341 141
Decimal 254 225 97
Hex FE E1 61

RGB Percentages of Color #fee161

%44.10
%39.06
%16.84

CMYK Percentages of Color #fee161

%0
%11
%62
%0

Triadic Colors of #fee161

#fee161 #61fee1 #e161fe

Analogous Colors of #fee161

#fee161 #cdfe61 #fe9361

Monochromatic Colors of #fee161

#fee161

Complementary Color

#fee161 #617efe

#fee161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee161 Color CSS Codes

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

#fee161 Text Font Color

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

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


#fee161 Background Color

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

This div background color is #fee161


#fee161 Border Color

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

This div border color is #fee161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee161

Related Colors


Comments

No comments written yet.

Please login to write comment.