Color Hex Logo

#fdbd3b Color Hex

#FDBD3B
(253,189,59)
0 Favorites   0 Comments

Color spaces of #fdbd3b

RGB 25318959
HSL0.110.980.61
HSV40°77°99°
CMYK 0.000.250.77   0.01
XYZ59.495057.593612.1186
Yxy57.59360.46050.4457
Hunter Lab75.89047.128443.6556
CIE-Lab80.512311.709970.1963

#fdbd3b color RGB value is (253,189,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 00111011
Octal 375 275 73
Decimal 253 189 59
Hex FD BD 3B

RGB Percentages of Color #fdbd3b

%50.50
%37.72
%11.78

CMYK Percentages of Color #fdbd3b

%0
%25
%77
%1

Triadic Colors of #fdbd3b

#fdbd3b #3bfdbd #bd3bfd

Analogous Colors of #fdbd3b

#fdbd3b #dcfd3b #fd5c3b

Monochromatic Colors of #fdbd3b

#fdbd3b

Complementary Color

#fdbd3b #3b7bfd

#fdbd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd3b Color CSS Codes

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

#fdbd3b Text Font Color

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

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


#fdbd3b Background Color

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

This div background color is #fdbd3b


#fdbd3b Border Color

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

This div border color is #fdbd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd3b


Comments

No comments written yet.

Please login to write comment.