Color Hex Logo

#fdba20 Color Hex

#FDBA20
(253,186,32)
0 Favorites   0 Comments

Color spaces of #fdba20

RGB 25318632
HSL0.120.980.56
HSV42°87°99°
CMYK 0.000.260.87   0.01
XYZ58.327656.10479.1216
Yxy56.10470.47210.4541
Hunter Lab74.90317.919045.2119
CIE-Lab79.673412.510177.4422

#fdba20 color RGB value is (253,186,32).

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

The process color (four color CMYK) of #fdba20 color hex is 0.00, 0.26, 0.87, 0.01. Web safe color of #fdba20 is #ffcc33. Color #fdba20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 00100000
Octal 375 272 40
Decimal 253 186 32
Hex FD BA 20

RGB Percentages of Color #fdba20

%53.72
%39.49
%6.79

CMYK Percentages of Color #fdba20

%0
%26
%87
%1

Triadic Colors of #fdba20

#fdba20 #20fdba #ba20fd

Analogous Colors of #fdba20

#fdba20 #d2fd20 #fd4c20

Monochromatic Colors of #fdba20

#fdba20

Complementary Color

#fdba20 #2063fd

#fdba20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba20 Color CSS Codes

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

#fdba20 Text Font Color

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

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


#fdba20 Background Color

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

This div background color is #fdba20


#fdba20 Border Color

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

This div border color is #fdba20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba20


Comments

No comments written yet.

Please login to write comment.