Color Hex Logo

#fbf582 Color Hex

#FBF582
(251,245,130)
0 Favorites   0 Comments

Color spaces of #fbf582

RGB 251245130
HSL0.160.940.75
HSV57°48°98°
CMYK 0.000.020.48   0.02
XYZ76.465387.425833.9638
Yxy87.42580.38650.4419
Hunter Lab93.5018-17.651643.9146
CIE-Lab94.9186-13.070055.6008

#fbf582 color RGB value is (251,245,130).

#fbf582 hex color red value is 251, green value is 245 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fbf582 hue: 0.16 , saturation: 0.94 and the lightness value of fbf582 is 0.75.

The process color (four color CMYK) of #fbf582 color hex is 0.00, 0.02, 0.48, 0.02. Web safe color of #fbf582 is #ffff99. Color #fbf582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 10000010
Octal 373 365 202
Decimal 251 245 130
Hex FB F5 82

RGB Percentages of Color #fbf582

%40.10
%39.14
%20.77

CMYK Percentages of Color #fbf582

%0
%2
%48
%2

Triadic Colors of #fbf582

#fbf582 #82fbf5 #f582fb

Analogous Colors of #fbf582

#fbf582 #c5fb82 #fbb982

Monochromatic Colors of #fbf582

#fbf582

Complementary Color

#fbf582 #8288fb

#fbf582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf582 Color CSS Codes

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

#fbf582 Text Font Color

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

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


#fbf582 Background Color

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

This div background color is #fbf582


#fbf582 Border Color

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

This div border color is #fbf582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf582

Related Colors


Comments

No comments written yet.

Please login to write comment.