Color Hex Logo

#fee361 Color Hex

#FEE361
(254,227,97)
0 Favorites   0 Comments

Color spaces of #fee361

RGB 25422797
HSL0.140.990.69
HSV50°62°100°
CMYK 0.000.110.62   0.00
XYZ70.499876.872122.4313
Yxy76.87210.41520.4527
Hunter Lab87.6767-9.904646.2049
CIE-Lab90.2627-5.423465.0903

#fee361 color RGB value is (254,227,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 01100001
Octal 376 343 141
Decimal 254 227 97
Hex FE E3 61

RGB Percentages of Color #fee361

%43.94
%39.27
%16.78

CMYK Percentages of Color #fee361

%0
%11
%62
%0

Triadic Colors of #fee361

#fee361 #61fee3 #e361fe

Analogous Colors of #fee361

#fee361 #cbfe61 #fe9561

Monochromatic Colors of #fee361

#fee361

Complementary Color

#fee361 #617cfe

#fee361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee361 Color CSS Codes

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

#fee361 Text Font Color

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

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


#fee361 Background Color

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

This div background color is #fee361


#fee361 Border Color

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

This div border color is #fee361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee361


Comments

No comments written yet.

Please login to write comment.