Color Hex Logo

#fbd12b Color Hex

#FBD12B
(251,209,43)
0 Favorites   0 Comments

Color spaces of #fbd12b

RGB 25120943
HSL0.130.960.58
HSV48°83°98°
CMYK 0.000.170.83   0.02
XYZ63.020266.284611.7582
Yxy66.28460.44680.4699
Hunter Lab81.4154-4.307548.4279
CIE-Lab85.14140.043179.1408

#fbd12b color RGB value is (251,209,43).

#fbd12b hex color red value is 251, green value is 209 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fbd12b hue: 0.13 , saturation: 0.96 and the lightness value of fbd12b is 0.58.

The process color (four color CMYK) of #fbd12b color hex is 0.00, 0.17, 0.83, 0.02. Web safe color of #fbd12b is #ffcc33. Color #fbd12b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 00101011
Octal 373 321 53
Decimal 251 209 43
Hex FB D1 2B

RGB Percentages of Color #fbd12b

%49.90
%41.55
%8.55

CMYK Percentages of Color #fbd12b

%0
%17
%83
%2

Triadic Colors of #fbd12b

#fbd12b #2bfbd1 #d12bfb

Analogous Colors of #fbd12b

#fbd12b #bdfb2b #fb692b

Monochromatic Colors of #fbd12b

#fbd12b

Complementary Color

#fbd12b #2b55fb

#fbd12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd12b Color CSS Codes

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

#fbd12b Text Font Color

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

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


#fbd12b Background Color

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

This div background color is #fbd12b


#fbd12b Border Color

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

This div border color is #fbd12b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,209,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbd12b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbd12b;
  -webkit-box-shadow: 1px 1px 3px 2px #fbd12b;
  box-shadow:         1px 1px 3px 2px #fbd12b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,209,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd12b


Comments

No comments written yet.

Please login to write comment.