Color Hex Logo

#fdb105 Color Hex

#FDB105
(253,177,5)
0 Favorites   0 Comments

Color spaces of #fdb105

RGB 2531775
HSL0.120.980.51
HSV42°98°99°
CMYK 0.000.300.98   0.01
XYZ56.257552.33797.2807
Yxy52.33790.48550.4517
Hunter Lab72.344912.203144.6746
CIE-Lab77.482516.866479.9994

#fdb105 color RGB value is (253,177,5).

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

The process color (four color CMYK) of #fdb105 color hex is 0.00, 0.30, 0.98, 0.01. Web safe color of #fdb105 is #ff9900. Color #fdb105 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 00000101
Octal 375 261 5
Decimal 253 177 5
Hex FD B1 5

RGB Percentages of Color #fdb105

%58.16
%40.69
%1.15

CMYK Percentages of Color #fdb105

%0
%30
%98
%1

Triadic Colors of #fdb105

#fdb105 #05fdb1 #b105fd

Analogous Colors of #fdb105

#fdb105 #cdfd05 #fd3505

Monochromatic Colors of #fdb105

#fdb105

Complementary Color

#fdb105 #0551fd

#fdb105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb105 Color CSS Codes

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

#fdb105 Text Font Color

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

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


#fdb105 Background Color

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

This div background color is #fdb105


#fdb105 Border Color

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

This div border color is #fdb105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb105

Related Colors


Comments

No comments written yet.

Please login to write comment.