Color Hex Logo

#fedc52 Color Hex

#FEDC52
(254,220,82)
0 Favorites   0 Comments

Color spaces of #fedc52

RGB 25422082
HSL0.130.990.66
HSV48°68°100°
CMYK 0.000.130.68   0.00
XYZ67.989272.866418.4639
Yxy72.86640.42670.4574
Hunter Lab85.3618-7.211046.9287
CIE-Lab88.3840-2.763169.2715

#fedc52 color RGB value is (254,220,82).

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

The process color (four color CMYK) of #fedc52 color hex is 0.00, 0.13, 0.68, 0.00. Web safe color of #fedc52 is #ffcc66. Color #fedc52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01010010
Octal 376 334 122
Decimal 254 220 82
Hex FE DC 52

RGB Percentages of Color #fedc52

%45.68
%39.57
%14.75

CMYK Percentages of Color #fedc52

%0
%13
%68
%0

Triadic Colors of #fedc52

#fedc52 #52fedc #dc52fe

Analogous Colors of #fedc52

#fedc52 #cafe52 #fe8652

Monochromatic Colors of #fedc52

#fedc52

Complementary Color

#fedc52 #5274fe

#fedc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc52 Color CSS Codes

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

#fedc52 Text Font Color

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

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


#fedc52 Background Color

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

This div background color is #fedc52


#fedc52 Border Color

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

This div border color is #fedc52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc52

Related Colors


Comments

No comments written yet.

Please login to write comment.