Color Hex Logo

#fee353 Color Hex

#FEE353
(254,227,83)
0 Favorites   0 Comments

Color spaces of #fee353

RGB 25422783
HSL0.140.990.66
HSV51°67°100°
CMYK 0.000.110.67   0.00
XYZ69.903576.633519.2911
Yxy76.63350.42150.4621
Hunter Lab87.5406-10.658948.2128
CIE-Lab90.1527-6.228870.6919

#fee353 color RGB value is (254,227,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 01010011
Octal 376 343 123
Decimal 254 227 83
Hex FE E3 53

RGB Percentages of Color #fee353

%45.04
%40.25
%14.72

CMYK Percentages of Color #fee353

%0
%11
%67
%0

Triadic Colors of #fee353

#fee353 #53fee3 #e353fe

Analogous Colors of #fee353

#fee353 #c4fe53 #fe8e53

Monochromatic Colors of #fee353

#fee353

Complementary Color

#fee353 #536efe

#fee353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee353 Color CSS Codes

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

#fee353 Text Font Color

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

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


#fee353 Background Color

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

This div background color is #fee353


#fee353 Border Color

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

This div border color is #fee353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee353


Comments

No comments written yet.

Please login to write comment.