Color Hex Logo

#fee645 Color Hex

#FEE645
(254,230,69)
0 Favorites   0 Comments

Color spaces of #fee645

RGB 25423069
HSL0.150.990.63
HSV52°73°100°
CMYK 0.000.090.73   0.00
XYZ70.244078.094117.0016
Yxy78.09410.42480.4723
Hunter Lab88.3709-12.763450.4529
CIE-Lab90.8228-8.385876.4796

#fee645 color RGB value is (254,230,69).

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

The process color (four color CMYK) of #fee645 color hex is 0.00, 0.09, 0.73, 0.00. Web safe color of #fee645 is #ffff33. Color #fee645 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 01000101
Octal 376 346 105
Decimal 254 230 69
Hex FE E6 45

RGB Percentages of Color #fee645

%45.93
%41.59
%12.48

CMYK Percentages of Color #fee645

%0
%9
%73
%0

Triadic Colors of #fee645

#fee645 #45fee6 #e645fe

Analogous Colors of #fee645

#fee645 #bafe45 #fe8a45

Monochromatic Colors of #fee645

#fee645

Complementary Color

#fee645 #455dfe

#fee645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee645 Color CSS Codes

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

#fee645 Text Font Color

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

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


#fee645 Background Color

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

This div background color is #fee645


#fee645 Border Color

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

This div border color is #fee645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee645

Related Colors


Comments

No comments written yet.

Please login to write comment.