Color Hex Logo

#fff0bc Color Hex

#FFF0BC
(255,240,188)
0 Favorites   0 Comments

Color spaces of #fff0bc

RGB 255240188
HSL0.131.000.87
HSV47°26°100°
CMYK 0.000.060.26   0.00
XYZ81.477287.211060.1161
Yxy87.21100.35610.3812
Hunter Lab93.3868-7.691127.2039
CIE-Lab94.8277-2.732427.0081

#fff0bc color RGB value is (255,240,188).

#fff0bc hex color red value is 255, green value is 240 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fff0bc hue: 0.13 , saturation: 1.00 and the lightness value of fff0bc is 0.87.

The process color (four color CMYK) of #fff0bc color hex is 0.00, 0.06, 0.26, 0.00. Web safe color of #fff0bc is #ffffcc. Color #fff0bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 10111100
Octal 377 360 274
Decimal 255 240 188
Hex FF F0 BC

RGB Percentages of Color #fff0bc

%37.34
%35.14
%27.53

CMYK Percentages of Color #fff0bc

%0
%6
%26
%0

Triadic Colors of #fff0bc

#fff0bc #bcfff0 #f0bcff

Analogous Colors of #fff0bc

#fff0bc #edffbc #ffcfbc

Monochromatic Colors of #fff0bc

#fff0bc

Complementary Color

#fff0bc #bccbff

#fff0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff0bc Color CSS Codes

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

#fff0bc Text Font Color

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

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


#fff0bc Background Color

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

This div background color is #fff0bc


#fff0bc Border Color

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

This div border color is #fff0bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,240,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fff0bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fff0bc;
  -webkit-box-shadow: 1px 1px 3px 2px #fff0bc;
  box-shadow:         1px 1px 3px 2px #fff0bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,240,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff0bc


Comments

No comments written yet.

Please login to write comment.