Color Hex Logo

#fdc22e Color Hex

#FDC22E
(253,194,46)
0 Favorites   0 Comments

Color spaces of #fdc22e

RGB 25319446
HSL0.120.980.59
HSV43°82°99°
CMYK 0.000.230.82   0.01
XYZ60.292959.663510.9232
Yxy59.66350.46070.4559
Hunter Lab77.24224.158045.6850
CIE-Lab81.65498.688375.4397

#fdc22e color RGB value is (253,194,46).

#fdc22e hex color red value is 253, green value is 194 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fdc22e hue: 0.12 , saturation: 0.98 and the lightness value of fdc22e is 0.59.

The process color (four color CMYK) of #fdc22e color hex is 0.00, 0.23, 0.82, 0.01. Web safe color of #fdc22e is #ffcc33. Color #fdc22e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 00101110
Octal 375 302 56
Decimal 253 194 46
Hex FD C2 2E

RGB Percentages of Color #fdc22e

%51.32
%39.35
%9.33

CMYK Percentages of Color #fdc22e

%0
%23
%82
%1

Triadic Colors of #fdc22e

#fdc22e #2efdc2 #c22efd

Analogous Colors of #fdc22e

#fdc22e #d1fd2e #fd5b2e

Monochromatic Colors of #fdc22e

#fdc22e

Complementary Color

#fdc22e #2e69fd

#fdc22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc22e Color CSS Codes

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

#fdc22e Text Font Color

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

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


#fdc22e Background Color

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

This div background color is #fdc22e


#fdc22e Border Color

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

This div border color is #fdc22e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,194,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdc22e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdc22e;
  -webkit-box-shadow: 1px 1px 3px 2px #fdc22e;
  box-shadow:         1px 1px 3px 2px #fdc22e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,194,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc22e

Related Colors


Comments

No comments written yet.

Please login to write comment.