Color Hex Logo

#fbbf48 Color Hex

#FBBF48
(251,191,72)
0 Favorites   0 Comments

Color spaces of #fbbf48

RGB 25119172
HSL0.110.960.63
HSV40°71°98°
CMYK 0.000.240.71   0.02
XYZ59.584258.238714.2317
Yxy58.23870.45120.4410
Hunter Lab76.31435.818142.3631
CIE-Lab80.871310.376165.5204

#fbbf48 color RGB value is (251,191,72).

#fbbf48 hex color red value is 251, green value is 191 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fbbf48 hue: 0.11 , saturation: 0.96 and the lightness value of fbbf48 is 0.63.

The process color (four color CMYK) of #fbbf48 color hex is 0.00, 0.24, 0.71, 0.02. Web safe color of #fbbf48 is #ffcc33. Color #fbbf48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 01001000
Octal 373 277 110
Decimal 251 191 72
Hex FB BF 48

RGB Percentages of Color #fbbf48

%48.83
%37.16
%14.01

CMYK Percentages of Color #fbbf48

%0
%24
%71
%2

Triadic Colors of #fbbf48

#fbbf48 #48fbbf #bf48fb

Analogous Colors of #fbbf48

#fbbf48 #defb48 #fb6648

Monochromatic Colors of #fbbf48

#fbbf48

Complementary Color

#fbbf48 #4884fb

#fbbf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf48 Color CSS Codes

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

#fbbf48 Text Font Color

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

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


#fbbf48 Background Color

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

This div background color is #fbbf48


#fbbf48 Border Color

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

This div border color is #fbbf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf48


Comments

No comments written yet.

Please login to write comment.