Color Hex Logo

#fbd902 Color Hex

#FBD902
(251,217,2)
0 Favorites   0 Comments

Color spaces of #fbd902

RGB 2512172
HSL0.140.980.50
HSV52°99°98°
CMYK 0.000.140.99   0.02
XYZ64.607570.139310.1905
Yxy70.13930.44580.4839
Hunter Lab83.7492-8.859151.4101
CIE-Lab87.0651-4.618886.8938

#fbd902 color RGB value is (251,217,2).

#fbd902 hex color red value is 251, green value is 217 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fbd902 hue: 0.14 , saturation: 0.98 and the lightness value of fbd902 is 0.50.

The process color (four color CMYK) of #fbd902 color hex is 0.00, 0.14, 0.99, 0.02. Web safe color of #fbd902 is #ffcc00. Color #fbd902 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00000010
Octal 373 331 2
Decimal 251 217 2
Hex FB D9 2

RGB Percentages of Color #fbd902

%53.40
%46.17
%0.43

CMYK Percentages of Color #fbd902

%0
%14
%99
%2

Triadic Colors of #fbd902

#fbd902 #02fbd9 #d902fb

Analogous Colors of #fbd902

#fbd902 #a1fb02 #fb5d02

Monochromatic Colors of #fbd902

#fbd902

Complementary Color

#fbd902 #0224fb

#fbd902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd902 Color CSS Codes

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

#fbd902 Text Font Color

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

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


#fbd902 Background Color

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

This div background color is #fbd902


#fbd902 Border Color

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

This div border color is #fbd902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd902

Related Colors


Comments

No comments written yet.

Please login to write comment.