Color Hex Logo

#fdbd00 Color Hex

#FDBD00
(253,189,0)
0 Favorites   0 Comments

Color spaces of #fdbd00

RGB 2531890
HSL0.121.000.50
HSV45°100°99°
CMYK 0.000.251.00   0.01
XYZ58.705657.27787.9616
Yxy57.27780.47360.4621
Hunter Lab75.68216.016446.7403
CIE-Lab80.335610.571582.4630

#fdbd00 color RGB value is (253,189,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 00000000
Octal 375 275 0
Decimal 253 189 0
Hex FD BD 0

RGB Percentages of Color #fdbd00

%57.24
%42.76
%0.00

CMYK Percentages of Color #fdbd00

%0
%25
%100
%1

Triadic Colors of #fdbd00

#fdbd00 #00fdbd #bd00fd

Analogous Colors of #fdbd00

#fdbd00 #bffd00 #fd3e00

Monochromatic Colors of #fdbd00

#fdbd00

Complementary Color

#fdbd00 #0040fd

#fdbd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd00 Color CSS Codes

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

#fdbd00 Text Font Color

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

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


#fdbd00 Background Color

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

This div background color is #fdbd00


#fdbd00 Border Color

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

This div border color is #fdbd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd00


Comments

No comments written yet.

Please login to write comment.