Color Hex Logo

#fefc32 Color Hex

#FEFC32
(254,252,50)
1 Favorites   0 Comments

Color spaces of #fefc32

RGB 25425250
HSL0.170.990.60
HSV59°80°100°
CMYK 0.000.010.80   0.00
XYZ76.259290.921916.5480
Yxy90.92190.41510.4949
Hunter Lab95.3530-24.111156.4576
CIE-Lab96.3779-19.778087.0237

#fefc32 color RGB value is (254,252,50).

#fefc32 hex color red value is 254, green value is 252 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #fefc32 hue: 0.17 , saturation: 0.99 and the lightness value of fefc32 is 0.60.

The process color (four color CMYK) of #fefc32 color hex is 0.00, 0.01, 0.80, 0.00. Web safe color of #fefc32 is #ffff33. Color #fefc32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 00110010
Octal 376 374 62
Decimal 254 252 50
Hex FE FC 32

RGB Percentages of Color #fefc32

%45.68
%45.32
%8.99

CMYK Percentages of Color #fefc32

%0
%1
%80
%0

Triadic Colors of #fefc32

#fefc32 #32fefc #fc32fe

Analogous Colors of #fefc32

#fefc32 #9afe32 #fe9632

Monochromatic Colors of #fefc32

#fefc32

Complementary Color

#fefc32 #3234fe

#fefc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc32 Color CSS Codes

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

#fefc32 Text Font Color

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

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


#fefc32 Background Color

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

This div background color is #fefc32


#fefc32 Border Color

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

This div border color is #fefc32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc32

Related Colors


Comments

No comments written yet.

Please login to write comment.