Color Hex Logo

#fedd22 Color Hex

#FEDD22
(254,221,34)
0 Favorites   0 Comments

Color spaces of #fedd22

RGB 25422134
HSL0.140.990.56
HSV51°87°100°
CMYK 0.000.130.87   0.00
XYZ67.018272.899212.0521
Yxy72.89920.44100.4797
Hunter Lab85.3810-9.306651.3975
CIE-Lab88.3996-4.969683.9714

#fedd22 color RGB value is (254,221,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 00100010
Octal 376 335 42
Decimal 254 221 34
Hex FE DD 22

RGB Percentages of Color #fedd22

%49.90
%43.42
%6.68

CMYK Percentages of Color #fedd22

%0
%13
%87
%0

Triadic Colors of #fedd22

#fedd22 #22fedd #dd22fe

Analogous Colors of #fedd22

#fedd22 #b1fe22 #fe6f22

Monochromatic Colors of #fedd22

#fedd22

Complementary Color

#fedd22 #2243fe

#fedd22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd22 Color CSS Codes

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

#fedd22 Text Font Color

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

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


#fedd22 Background Color

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

This div background color is #fedd22


#fedd22 Border Color

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

This div border color is #fedd22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd22


Comments

No comments written yet.

Please login to write comment.