Color Hex Logo

#fbf278 Color Hex

#FBF278
(251,242,120)
0 Favorites   0 Comments

Color spaces of #fbf278

RGB 251242120
HSL0.160.940.73
HSV56°52°98°
CMYK 0.000.040.52   0.02
XYZ74.926085.369630.2983
Yxy85.36960.39310.4479
Hunter Lab92.3957-16.942245.2346
CIE-Lab94.0422-12.433759.1560

#fbf278 color RGB value is (251,242,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 01111000
Octal 373 362 170
Decimal 251 242 120
Hex FB F2 78

RGB Percentages of Color #fbf278

%40.95
%39.48
%19.58

CMYK Percentages of Color #fbf278

%0
%4
%52
%2

Triadic Colors of #fbf278

#fbf278 #78fbf2 #f278fb

Analogous Colors of #fbf278

#fbf278 #c3fb78 #fbb178

Monochromatic Colors of #fbf278

#fbf278

Complementary Color

#fbf278 #7881fb

#fbf278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf278 Color CSS Codes

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

#fbf278 Text Font Color

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

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


#fbf278 Background Color

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

This div background color is #fbf278


#fbf278 Border Color

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

This div border color is #fbf278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf278

Related Colors


Comments

No comments written yet.

Please login to write comment.