Color Hex Logo

#fdd222 Color Hex

#FDD222
(253,210,34)
0 Favorites   0 Comments

Color spaces of #fdd222

RGB 25321034
HSL0.130.980.56
HSV48°87°99°
CMYK 0.000.170.87   0.01
XYZ63.843367.091311.0984
Yxy67.09130.44950.4724
Hunter Lab81.9093-4.211349.3029
CIE-Lab85.55000.171681.6612

#fdd222 color RGB value is (253,210,34).

#fdd222 hex color red value is 253, green value is 210 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fdd222 hue: 0.13 , saturation: 0.98 and the lightness value of fdd222 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 00100010
Octal 375 322 42
Decimal 253 210 34
Hex FD D2 22

RGB Percentages of Color #fdd222

%50.91
%42.25
%6.84

CMYK Percentages of Color #fdd222

%0
%17
%87
%1

Triadic Colors of #fdd222

#fdd222 #22fdd2 #d222fd

Analogous Colors of #fdd222

#fdd222 #bbfd22 #fd6522

Monochromatic Colors of #fdd222

#fdd222

Complementary Color

#fdd222 #224dfd

#fdd222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd222 Color CSS Codes

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

#fdd222 Text Font Color

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

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


#fdd222 Background Color

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

This div background color is #fdd222


#fdd222 Border Color

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

This div border color is #fdd222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd222


Comments

No comments written yet.

Please login to write comment.