color codes Logo

#fdbd0d color codes

#FDBD0D
(253,189,13)
0 Favorites   0 Comments

Color spaces of #fdbd0d

RGB 25318913
HSL0.120.980.52
HSV44°95°99°
CMYK 0.000.250.95   0.01
XYZ58.778357.30698.3442
Yxy57.30690.47240.4606
Hunter Lab75.70136.119046.4557
CIE-Lab80.351910.676981.1724

#fdbd0d color RGB value is (253,189,13).

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

The process color (four color CMYK) of #fdbd0d color code is 0.00, 0.25, 0.95, 0.01. Web safe color of #fdbd0d is #ffcc00. Color #fdbd0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 00001101
Octal 375 275 15
Decimal 253 189 13
Hex FD BD D

RGB Percentages of Color #fdbd0d

%55.60
%41.54
%2.86

CMYK Percentages of Color #fdbd0d

%0
%25
%95
%1

Triadic Colors of #fdbd0d

#fdbd0d #0dfdbd #bd0dfd

Analogous Colors of #fdbd0d

#fdbd0d #c5fd0d #fd450d

Monochromatic Colors of #fdbd0d

#fdbd0d

Complementary Color

#fdbd0d #0d4dfd

#fdbd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd0d Color CSS Codes

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

#fdbd0d Text Font Color

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

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


#fdbd0d Background Color

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

This div background color is #fdbd0d


#fdbd0d Border Color

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

This div border color is #fdbd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd0d

Related Colors


Comments

No comments written yet.

Please login to write comment.