Color Hex Logo

#fdbd53 Color Hex

#FDBD53
(253,189,83)
0 Favorites   0 Comments

Color spaces of #fdbd53

RGB 25318983
HSL0.100.980.66
HSV37°67°99°
CMYK 0.000.250.67   0.01
XYZ60.266957.902416.1835
Yxy57.90240.44860.4310
Hunter Lab76.09368.209940.6558
CIE-Lab80.684512.809560.7556

#fdbd53 color RGB value is (253,189,83).

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

The process color (four color CMYK) of #fdbd53 color hex is 0.00, 0.25, 0.67, 0.01. Web safe color of #fdbd53 is #ffcc66. Color #fdbd53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 01010011
Octal 375 275 123
Decimal 253 189 83
Hex FD BD 53

RGB Percentages of Color #fdbd53

%48.19
%36.00
%15.81

CMYK Percentages of Color #fdbd53

%0
%25
%67
%1

Triadic Colors of #fdbd53

#fdbd53 #53fdbd #bd53fd

Analogous Colors of #fdbd53

#fdbd53 #e8fd53 #fd6853

Monochromatic Colors of #fdbd53

#fdbd53

Complementary Color

#fdbd53 #5393fd

#fdbd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd53 Color CSS Codes

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

#fdbd53 Text Font Color

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

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


#fdbd53 Background Color

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

This div background color is #fdbd53


#fdbd53 Border Color

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

This div border color is #fdbd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd53


Comments

No comments written yet.

Please login to write comment.