Color Hex Logo

#f5f2bb Color Hex

#F5F2BB
(245,242,187)
0 Favorites   0 Comments

Color spaces of #f5f2bb

RGB 245242187
HSL0.160.740.85
HSV57°24°96°
CMYK 0.000.010.24   0.04
XYZ78.378086.504659.5798
Yxy86.50460.34920.3854
Hunter Lab93.0078-12.341227.1250
CIE-Lab94.5277-7.539426.9802

#f5f2bb color RGB value is (245,242,187).

#f5f2bb hex color red value is 245, green value is 242 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f5f2bb hue: 0.16 , saturation: 0.74 and the lightness value of f5f2bb is 0.85.

The process color (four color CMYK) of #f5f2bb color hex is 0.00, 0.01, 0.24, 0.04. Web safe color of #f5f2bb is #ffffcc. Color #f5f2bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11110010 10111011
Octal 365 362 273
Decimal 245 242 187
Hex F5 F2 BB

RGB Percentages of Color #f5f2bb

%36.35
%35.91
%27.74

CMYK Percentages of Color #f5f2bb

%0
%1
%24
%4

Triadic Colors of #f5f2bb

#f5f2bb #bbf5f2 #f2bbf5

Analogous Colors of #f5f2bb

#f5f2bb #dbf5bb #f5d5bb

Monochromatic Colors of #f5f2bb

#f5f2bb

Complementary Color

#f5f2bb #bbbef5

#f5f2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5f2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5f2bb Color CSS Codes

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

#f5f2bb Text Font Color

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

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


#f5f2bb Background Color

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

This div background color is #f5f2bb


#f5f2bb Border Color

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

This div border color is #f5f2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5f2bb

Related Colors


Comments

No comments written yet.

Please login to write comment.