Color Hex Logo

#fbf682 Color Hex

#FBF682
(251,246,130)
0 Favorites   0 Comments

Color spaces of #fbf682

RGB 251246130
HSL0.160.940.75
HSV58°48°98°
CMYK 0.000.020.48   0.02
XYZ76.768788.032534.0649
Yxy88.03250.38600.4427
Hunter Lab93.8256-18.145144.1518
CIE-Lab95.1746-13.559255.9077

#fbf682 color RGB value is (251,246,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 10000010
Octal 373 366 202
Decimal 251 246 130
Hex FB F6 82

RGB Percentages of Color #fbf682

%40.03
%39.23
%20.73

CMYK Percentages of Color #fbf682

%0
%2
%48
%2

Triadic Colors of #fbf682

#fbf682 #82fbf6 #f682fb

Analogous Colors of #fbf682

#fbf682 #c4fb82 #fbba82

Monochromatic Colors of #fbf682

#fbf682

Complementary Color

#fbf682 #8287fb

#fbf682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf682 Color CSS Codes

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

#fbf682 Text Font Color

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

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


#fbf682 Background Color

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

This div background color is #fbf682


#fbf682 Border Color

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

This div border color is #fbf682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf682

Related Colors


Comments

No comments written yet.

Please login to write comment.