Color Hex Logo

#fed822 Color Hex

#FED822
(254,216,34)
0 Favorites   0 Comments

Color spaces of #fed822

RGB 25421634
HSL0.140.990.56
HSV50°87°100°
CMYK 0.000.150.87   0.00
XYZ65.717770.298111.6186
Yxy70.29810.44510.4762
Hunter Lab83.8440-6.816950.4747
CIE-Lab87.1429-2.450082.9700

#fed822 color RGB value is (254,216,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 00100010
Octal 376 330 42
Decimal 254 216 34
Hex FE D8 22

RGB Percentages of Color #fed822

%50.40
%42.86
%6.75

CMYK Percentages of Color #fed822

%0
%15
%87
%0

Triadic Colors of #fed822

#fed822 #22fed8 #d822fe

Analogous Colors of #fed822

#fed822 #b6fe22 #fe6a22

Monochromatic Colors of #fed822

#fed822

Complementary Color

#fed822 #2248fe

#fed822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed822 Color CSS Codes

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

#fed822 Text Font Color

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

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


#fed822 Background Color

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

This div background color is #fed822


#fed822 Border Color

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

This div border color is #fed822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed822


Comments

No comments written yet.

Please login to write comment.