Color Hex Logo

#fdb31b Color Hex

#FDB31B
(253,179,27)
0 Favorites   0 Comments

Color spaces of #fdb31b

RGB 25317927
HSL0.110.980.55
HSV40°89°99°
CMYK 0.000.290.89   0.01
XYZ56.825953.20208.3109
Yxy53.20200.48020.4496
Hunter Lab72.939711.421444.3022
CIE-Lab77.994116.070177.2204

#fdb31b color RGB value is (253,179,27).

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

The process color (four color CMYK) of #fdb31b color hex is 0.00, 0.29, 0.89, 0.01. Web safe color of #fdb31b is #ffcc33. Color #fdb31b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 00011011
Octal 375 263 33
Decimal 253 179 27
Hex FD B3 1B

RGB Percentages of Color #fdb31b

%55.12
%39.00
%5.88

CMYK Percentages of Color #fdb31b

%0
%29
%89
%1

Triadic Colors of #fdb31b

#fdb31b #1bfdb3 #b31bfd

Analogous Colors of #fdb31b

#fdb31b #d6fd1b #fd421b

Monochromatic Colors of #fdb31b

#fdb31b

Complementary Color

#fdb31b #1b65fd

#fdb31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb31b Color CSS Codes

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

#fdb31b Text Font Color

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

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


#fdb31b Background Color

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

This div background color is #fdb31b


#fdb31b Border Color

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

This div border color is #fdb31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb31b

#fdb31b Color Palettes


Comments

No comments written yet.

Please login to write comment.