Color Hex Logo

#feee53 Color Hex

#FEEE53
(254,238,83)
0 Favorites   0 Comments

Color spaces of #feee53

RGB 25423883
HSL0.150.990.66
HSV54°67°100°
CMYK 0.000.060.67   0.00
XYZ73.008982.844420.3262
Yxy82.84440.41440.4702
Hunter Lab91.0189-16.103050.4727
CIE-Lab92.9463-11.683573.5342

#feee53 color RGB value is (254,238,83).

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

The process color (four color CMYK) of #feee53 color hex is 0.00, 0.06, 0.67, 0.00. Web safe color of #feee53 is #ffff66. Color #feee53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01010011
Octal 376 356 123
Decimal 254 238 83
Hex FE EE 53

RGB Percentages of Color #feee53

%44.17
%41.39
%14.43

CMYK Percentages of Color #feee53

%0
%6
%67
%0

Triadic Colors of #feee53

#feee53 #53feee #ee53fe

Analogous Colors of #feee53

#feee53 #b9fe53 #fe9953

Monochromatic Colors of #feee53

#feee53

Complementary Color

#feee53 #5363fe

#feee53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee53 Color CSS Codes

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

#feee53 Text Font Color

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

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


#feee53 Background Color

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

This div background color is #feee53


#feee53 Border Color

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

This div border color is #feee53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee53


Comments

No comments written yet.

Please login to write comment.