Color Hex Logo

#fdbd16 Color Hex

#FDBD16
(253,189,22)
0 Favorites   0 Comments

Color spaces of #fdbd16

RGB 25318922
HSL0.120.980.54
HSV43°91°99°
CMYK 0.000.250.91   0.01
XYZ58.850457.33588.7242
Yxy57.33580.47110.4590
Hunter Lab75.72046.220746.1731
CIE-Lab80.368110.781279.9298

#fdbd16 color RGB value is (253,189,22).

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

The process color (four color CMYK) of #fdbd16 color hex is 0.00, 0.25, 0.91, 0.01. Web safe color of #fdbd16 is #ffcc00. Color #fdbd16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 00010110
Octal 375 275 26
Decimal 253 189 22
Hex FD BD 16

RGB Percentages of Color #fdbd16

%54.53
%40.73
%4.74

CMYK Percentages of Color #fdbd16

%0
%25
%91
%1

Triadic Colors of #fdbd16

#fdbd16 #16fdbd #bd16fd

Analogous Colors of #fdbd16

#fdbd16 #cafd16 #fd4916

Monochromatic Colors of #fdbd16

#fdbd16

Complementary Color

#fdbd16 #1656fd

#fdbd16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd16 Color CSS Codes

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

#fdbd16 Text Font Color

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

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


#fdbd16 Background Color

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

This div background color is #fdbd16


#fdbd16 Border Color

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

This div border color is #fdbd16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd16

Related Colors


Comments

No comments written yet.

Please login to write comment.