Color Hex Logo

#fdbd3d Color Hex

#FDBD3D
(253,189,61)
0 Favorites   0 Comments

Color spaces of #fdbd3d

RGB 25318961
HSL0.110.980.62
HSV40°76°99°
CMYK 0.000.250.76   0.01
XYZ59.547957.614812.3971
Yxy57.61480.45960.4447
Hunter Lab75.90447.202643.4495
CIE-Lab80.524211.785669.4853

#fdbd3d color RGB value is (253,189,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 00111101
Octal 375 275 75
Decimal 253 189 61
Hex FD BD 3D

RGB Percentages of Color #fdbd3d

%50.30
%37.57
%12.13

CMYK Percentages of Color #fdbd3d

%0
%25
%76
%1

Triadic Colors of #fdbd3d

#fdbd3d #3dfdbd #bd3dfd

Analogous Colors of #fdbd3d

#fdbd3d #ddfd3d #fd5d3d

Monochromatic Colors of #fdbd3d

#fdbd3d

Complementary Color

#fdbd3d #3d7dfd

#fdbd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd3d Color CSS Codes

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

#fdbd3d Text Font Color

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

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


#fdbd3d Background Color

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

This div background color is #fdbd3d


#fdbd3d Border Color

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

This div border color is #fdbd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd3d

Related Colors


Comments

No comments written yet.

Please login to write comment.