Color Hex Logo

#fed528 Color Hex

#FED528
(254,213,40)
1 Favorites   0 Comments

Color spaces of #fed528

RGB 25421340
HSL0.130.990.58
HSV49°84°100°
CMYK 0.000.160.84   0.00
XYZ65.050368.812511.8611
Yxy68.81250.44640.4722
Hunter Lab82.9533-5.192249.5897
CIE-Lab86.4111-0.797781.0529

#fed528 color RGB value is (254,213,40).

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

The process color (four color CMYK) of #fed528 color hex is 0.00, 0.16, 0.84, 0.00. Web safe color of #fed528 is #ffcc33. Color #fed528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 00101000
Octal 376 325 50
Decimal 254 213 40
Hex FE D5 28

RGB Percentages of Color #fed528

%50.10
%42.01
%7.89

CMYK Percentages of Color #fed528

%0
%16
%84
%0

Triadic Colors of #fed528

#fed528 #28fed5 #d528fe

Analogous Colors of #fed528

#fed528 #bcfe28 #fe6a28

Monochromatic Colors of #fed528

#fed528

Complementary Color

#fed528 #2851fe

#fed528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed528 Color CSS Codes

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

#fed528 Text Font Color

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

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


#fed528 Background Color

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

This div background color is #fed528


#fed528 Border Color

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

This div border color is #fed528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed528

#fed528 Color Palettes


Comments

No comments written yet.

Please login to write comment.