Color Hex Logo

#fbf252 Color Hex

#FBF252
(251,242,82)
0 Favorites   0 Comments

Color spaces of #fbf252

RGB 25124282
HSL0.160.950.65
HSV57°67°98°
CMYK 0.000.040.67   0.02
XYZ73.058884.622720.4658
Yxy84.62270.41010.4750
Hunter Lab91.9906-19.219151.2028
CIE-Lab93.7203-14.915574.6077

#fbf252 color RGB value is (251,242,82).

#fbf252 hex color red value is 251, green value is 242 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fbf252 hue: 0.16 , saturation: 0.95 and the lightness value of fbf252 is 0.65.

The process color (four color CMYK) of #fbf252 color hex is 0.00, 0.04, 0.67, 0.02. Web safe color of #fbf252 is #ffff66. Color #fbf252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 01010010
Octal 373 362 122
Decimal 251 242 82
Hex FB F2 52

RGB Percentages of Color #fbf252

%43.65
%42.09
%14.26

CMYK Percentages of Color #fbf252

%0
%4
%67
%2

Triadic Colors of #fbf252

#fbf252 #52fbf2 #f252fb

Analogous Colors of #fbf252

#fbf252 #b0fb52 #fb9e52

Monochromatic Colors of #fbf252

#fbf252

Complementary Color

#fbf252 #525bfb

#fbf252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf252 Color CSS Codes

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

#fbf252 Text Font Color

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

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


#fbf252 Background Color

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

This div background color is #fbf252


#fbf252 Border Color

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

This div border color is #fbf252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf252

Related Colors


Comments

No comments written yet.

Please login to write comment.