Color Hex Logo

#fdb81b Color Hex

#FDB81B
(253,184,27)
0 Favorites   0 Comments

Color spaces of #fdb81b

RGB 25318427
HSL0.120.980.55
HSV42°89°99°
CMYK 0.000.270.89   0.01
XYZ57.846355.24288.6510
Yxy55.24280.47520.4538
Hunter Lab74.32558.854045.1269
CIE-Lab79.180913.460878.1248

#fdb81b color RGB value is (253,184,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 00011011
Octal 375 270 33
Decimal 253 184 27
Hex FD B8 1B

RGB Percentages of Color #fdb81b

%54.53
%39.66
%5.82

CMYK Percentages of Color #fdb81b

%0
%27
%89
%1

Triadic Colors of #fdb81b

#fdb81b #1bfdb8 #b81bfd

Analogous Colors of #fdb81b

#fdb81b #d1fd1b #fd471b

Monochromatic Colors of #fdb81b

#fdb81b

Complementary Color

#fdb81b #1b60fd

#fdb81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb81b Color CSS Codes

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

#fdb81b Text Font Color

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

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


#fdb81b Background Color

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

This div background color is #fdb81b


#fdb81b Border Color

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

This div border color is #fdb81b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,184,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 #fdb81b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb81b


Comments

No comments written yet.

Please login to write comment.