Color Hex Logo

#fed820 Color Hex

#FED820
(254,216,32)
0 Favorites   0 Comments

Color spaces of #fed820

RGB 25421632
HSL0.140.990.56
HSV50°87°100°
CMYK 0.000.150.87   0.00
XYZ65.689670.286811.4710
Yxy70.28680.44550.4767
Hunter Lab83.8372-6.853750.5737
CIE-Lab87.1373-2.489283.3639

#fed820 color RGB value is (254,216,32).

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

The process color (four color CMYK) of #fed820 color hex is 0.00, 0.15, 0.87, 0.00. Web safe color of #fed820 is #ffcc33. Color #fed820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 00100000
Octal 376 330 40
Decimal 254 216 32
Hex FE D8 20

RGB Percentages of Color #fed820

%50.60
%43.03
%6.37

CMYK Percentages of Color #fed820

%0
%15
%87
%0

Triadic Colors of #fed820

#fed820 #20fed8 #d820fe

Analogous Colors of #fed820

#fed820 #b5fe20 #fe6920

Monochromatic Colors of #fed820

#fed820

Complementary Color

#fed820 #2046fe

#fed820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed820 Color CSS Codes

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

#fed820 Text Font Color

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

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


#fed820 Background Color

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

This div background color is #fed820


#fed820 Border Color

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

This div border color is #fed820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed820


Comments

No comments written yet.

Please login to write comment.