Color Hex Logo

#fdb221 Color Hex

#FDB221
(253,178,33)
0 Favorites   0 Comments

Color spaces of #fdb221

RGB 25317833
HSL0.110.980.56
HSV40°87°99°
CMYK 0.000.300.87   0.01
XYZ56.702952.83328.6481
Yxy52.83320.47980.4470
Hunter Lab72.686412.047143.8263
CIE-Lab77.776416.704375.7128

#fdb221 color RGB value is (253,178,33).

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

The process color (four color CMYK) of #fdb221 color hex is 0.00, 0.30, 0.87, 0.01. Web safe color of #fdb221 is #ff9933. Color #fdb221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110010 00100001
Octal 375 262 41
Decimal 253 178 33
Hex FD B2 21

RGB Percentages of Color #fdb221

%54.53
%38.36
%7.11

CMYK Percentages of Color #fdb221

%0
%30
%87
%1

Triadic Colors of #fdb221

#fdb221 #21fdb2 #b221fd

Analogous Colors of #fdb221

#fdb221 #dafd21 #fd4421

Monochromatic Colors of #fdb221

#fdb221

Complementary Color

#fdb221 #216cfd

#fdb221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb221 Color CSS Codes

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

#fdb221 Text Font Color

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

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


#fdb221 Background Color

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

This div background color is #fdb221


#fdb221 Border Color

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

This div border color is #fdb221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb221


Comments

No comments written yet.

Please login to write comment.