Color Hex Logo

#fedc32 Color Hex

#FEDC32
(254,220,50)
0 Favorites   0 Comments

Color spaces of #fedc32

RGB 25422050
HSL0.140.990.60
HSV50°80°100°
CMYK 0.000.130.80   0.00
XYZ67.042072.487513.4756
Yxy72.48750.43820.4738
Hunter Lab85.1396-8.436950.2135
CIE-Lab88.2027-4.068279.9910

#fedc32 color RGB value is (254,220,50).

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

The process color (four color CMYK) of #fedc32 color hex is 0.00, 0.13, 0.80, 0.00. Web safe color of #fedc32 is #ffcc33. Color #fedc32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 00110010
Octal 376 334 62
Decimal 254 220 50
Hex FE DC 32

RGB Percentages of Color #fedc32

%48.47
%41.98
%9.54

CMYK Percentages of Color #fedc32

%0
%13
%80
%0

Triadic Colors of #fedc32

#fedc32 #32fedc #dc32fe

Analogous Colors of #fedc32

#fedc32 #bafe32 #fe7632

Monochromatic Colors of #fedc32

#fedc32

Complementary Color

#fedc32 #3254fe

#fedc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc32 Color CSS Codes

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

#fedc32 Text Font Color

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

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


#fedc32 Background Color

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

This div background color is #fedc32


#fedc32 Border Color

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

This div border color is #fedc32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc32

Related Colors


Comments

No comments written yet.

Please login to write comment.