Color Hex Logo

#fdbd41 Color Hex

#FDBD41
(253,189,65)
0 Favorites   0 Comments

Color spaces of #fdbd41

RGB 25318965
HSL0.110.980.62
HSV40°74°99°
CMYK 0.000.250.74   0.01
XYZ59.659757.659512.9860
Yxy57.65950.45780.4425
Hunter Lab75.93397.359643.0141
CIE-Lab80.549111.945668.0171

#fdbd41 color RGB value is (253,189,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 01000001
Octal 375 275 101
Decimal 253 189 65
Hex FD BD 41

RGB Percentages of Color #fdbd41

%49.90
%37.28
%12.82

CMYK Percentages of Color #fdbd41

%0
%25
%74
%1

Triadic Colors of #fdbd41

#fdbd41 #41fdbd #bd41fd

Analogous Colors of #fdbd41

#fdbd41 #dffd41 #fd5f41

Monochromatic Colors of #fdbd41

#fdbd41

Complementary Color

#fdbd41 #4181fd

#fdbd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd41 Color CSS Codes

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

#fdbd41 Text Font Color

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

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


#fdbd41 Background Color

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

This div background color is #fdbd41


#fdbd41 Border Color

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

This div border color is #fdbd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd41


Comments

No comments written yet.

Please login to write comment.