Color Hex Logo

#fecc17 Color Hex

#FECC17
(254,204,23)
0 Favorites   0 Comments

Color spaces of #fecc17

RGB 25420423
HSL0.130.990.54
HSV47°91°100°
CMYK 0.000.200.91   0.00
XYZ62.620664.31849.9248
Yxy64.31840.45750.4699
Hunter Lab80.1988-0.971948.8018
CIE-Lab84.13133.473582.6315

#fecc17 color RGB value is (254,204,23).

#fecc17 hex color red value is 254, green value is 204 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fecc17 hue: 0.13 , saturation: 0.99 and the lightness value of fecc17 is 0.54.

The process color (four color CMYK) of #fecc17 color hex is 0.00, 0.20, 0.91, 0.00. Web safe color of #fecc17 is #ffcc00. Color #fecc17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 00010111
Octal 376 314 27
Decimal 254 204 23
Hex FE CC 17

RGB Percentages of Color #fecc17

%52.81
%42.41
%4.78

CMYK Percentages of Color #fecc17

%0
%20
%91
%0

Triadic Colors of #fecc17

#fecc17 #17fecc #cc17fe

Analogous Colors of #fecc17

#fecc17 #bdfe17 #fe5917

Monochromatic Colors of #fecc17

#fecc17

Complementary Color

#fecc17 #1749fe

#fecc17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc17 Color CSS Codes

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

#fecc17 Text Font Color

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

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


#fecc17 Background Color

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

This div background color is #fecc17


#fecc17 Border Color

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

This div border color is #fecc17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc17


Comments

No comments written yet.

Please login to write comment.