Color Hex Logo

#fee355 Color Hex

#FEE355
(254,227,85)
0 Favorites   0 Comments

Color spaces of #fee355

RGB 25422785
HSL0.140.990.66
HSV50°67°100°
CMYK 0.000.110.67   0.00
XYZ69.981876.664919.7037
Yxy76.66490.42070.4609
Hunter Lab87.5585-10.559947.9486
CIE-Lab90.1672-6.122869.9217

#fee355 color RGB value is (254,227,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 01010101
Octal 376 343 125
Decimal 254 227 85
Hex FE E3 55

RGB Percentages of Color #fee355

%44.88
%40.11
%15.02

CMYK Percentages of Color #fee355

%0
%11
%67
%0

Triadic Colors of #fee355

#fee355 #55fee3 #e355fe

Analogous Colors of #fee355

#fee355 #c5fe55 #fe8f55

Monochromatic Colors of #fee355

#fee355

Complementary Color

#fee355 #5570fe

#fee355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee355 Color CSS Codes

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

#fee355 Text Font Color

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

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


#fee355 Background Color

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

This div background color is #fee355


#fee355 Border Color

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

This div border color is #fee355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee355


Comments

No comments written yet.

Please login to write comment.