Color Hex Logo

#fdb903 Color Hex

#FDB903
(253,185,3)
0 Favorites   0 Comments

Color spaces of #fdb903

RGB 2531853
HSL0.120.980.50
HSV44°99°99°
CMYK 0.000.270.99   0.01
XYZ57.873455.58717.7653
Yxy55.58710.47740.4585
Hunter Lab74.55688.083246.0145
CIE-Lab79.378212.676481.5055

#fdb903 color RGB value is (253,185,3).

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

The process color (four color CMYK) of #fdb903 color hex is 0.00, 0.27, 0.99, 0.01. Web safe color of #fdb903 is #ffcc00. Color #fdb903 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 00000011
Octal 375 271 3
Decimal 253 185 3
Hex FD B9 3

RGB Percentages of Color #fdb903

%57.37
%41.95
%0.68

CMYK Percentages of Color #fdb903

%0
%27
%99
%1

Triadic Colors of #fdb903

#fdb903 #03fdb9 #b903fd

Analogous Colors of #fdb903

#fdb903 #c4fd03 #fd3c03

Monochromatic Colors of #fdb903

#fdb903

Complementary Color

#fdb903 #0347fd

#fdb903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb903 Color CSS Codes

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

#fdb903 Text Font Color

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

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


#fdb903 Background Color

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

This div background color is #fdb903


#fdb903 Border Color

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

This div border color is #fdb903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb903


Comments

No comments written yet.

Please login to write comment.