Color Hex Logo

#fbf28c Color Hex

#FBF28C
(251,242,140)
0 Favorites   0 Comments

Color spaces of #fbf28c

RGB 251242140
HSL0.150.930.77
HSV55°44°98°
CMYK 0.000.040.44   0.02
XYZ76.269485.906937.3728
Yxy85.90690.38220.4305
Hunter Lab92.6860-15.316440.9733
CIE-Lab94.2725-10.682650.0927

#fbf28c color RGB value is (251,242,140).

#fbf28c hex color red value is 251, green value is 242 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fbf28c hue: 0.15 , saturation: 0.93 and the lightness value of fbf28c is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 10001100
Octal 373 362 214
Decimal 251 242 140
Hex FB F2 8C

RGB Percentages of Color #fbf28c

%39.65
%38.23
%22.12

CMYK Percentages of Color #fbf28c

%0
%4
%44
%2

Triadic Colors of #fbf28c

#fbf28c #8cfbf2 #f28cfb

Analogous Colors of #fbf28c

#fbf28c #cdfb8c #fbbb8c

Monochromatic Colors of #fbf28c

#fbf28c

Complementary Color

#fbf28c #8c95fb

#fbf28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf28c Color CSS Codes

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

#fbf28c Text Font Color

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

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


#fbf28c Background Color

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

This div background color is #fbf28c


#fbf28c Border Color

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

This div border color is #fbf28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf28c

Related Colors


Comments

No comments written yet.

Please login to write comment.