Color Hex Logo

#fdb43b Color Hex

#FDB43B
(253,180,59)
0 Favorites   0 Comments

Color spaces of #fdb43b

RGB 25318059
HSL0.100.980.61
HSV37°77°99°
CMYK 0.000.290.77   0.01
XYZ57.618753.840911.4932
Yxy53.84090.46860.4379
Hunter Lab73.376411.758342.0766
CIE-Lab78.368916.404568.1850

#fdb43b color RGB value is (253,180,59).

#fdb43b hex color red value is 253, green value is 180 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fdb43b hue: 0.10 , saturation: 0.98 and the lightness value of fdb43b is 0.61.

The process color (four color CMYK) of #fdb43b color hex is 0.00, 0.29, 0.77, 0.01. Web safe color of #fdb43b is #ffcc33. Color #fdb43b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 00111011
Octal 375 264 73
Decimal 253 180 59
Hex FD B4 3B

RGB Percentages of Color #fdb43b

%51.42
%36.59
%11.99

CMYK Percentages of Color #fdb43b

%0
%29
%77
%1

Triadic Colors of #fdb43b

#fdb43b #3bfdb4 #b43bfd

Analogous Colors of #fdb43b

#fdb43b #e5fd3b #fd533b

Monochromatic Colors of #fdb43b

#fdb43b

Complementary Color

#fdb43b #3b84fd

#fdb43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb43b Color CSS Codes

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

#fdb43b Text Font Color

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

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


#fdb43b Background Color

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

This div background color is #fdb43b


#fdb43b Border Color

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

This div border color is #fdb43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb43b

Related Colors


Comments

No comments written yet.

Please login to write comment.