Color Hex Logo

#f0ccbd Color Hex

#F0CCBD
(240,204,189)
0 Favorites   0 Comments

Color spaces of #f0ccbd

RGB 240204189
HSL0.050.630.84
HSV18°21°94°
CMYK 0.000.150.21   0.06
XYZ66.713465.385157.2485
Yxy65.38510.35230.3453
Hunter Lab80.86115.762314.6262
CIE-Lab84.681810.379912.1666

#f0ccbd color RGB value is (240,204,189).

#f0ccbd hex color red value is 240, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f0ccbd hue: 0.05 , saturation: 0.63 and the lightness value of f0ccbd is 0.84.

The process color (four color CMYK) of #f0ccbd color hex is 0.00, 0.15, 0.21, 0.06. Web safe color of #f0ccbd is #ffcccc. Color #f0ccbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001100 10111101
Octal 360 314 275
Decimal 240 204 189
Hex F0 CC BD

RGB Percentages of Color #f0ccbd

%37.91
%32.23
%29.86

CMYK Percentages of Color #f0ccbd

%0
%15
%21
%6

Triadic Colors of #f0ccbd

#f0ccbd #bdf0cc #ccbdf0

Analogous Colors of #f0ccbd

#f0ccbd #f0e6bd #f0bdc8

Monochromatic Colors of #f0ccbd

#f0ccbd

Complementary Color

#f0ccbd #bde1f0

#f0ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ccbd Color CSS Codes

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

#f0ccbd Text Font Color

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

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


#f0ccbd Background Color

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

This div background color is #f0ccbd


#f0ccbd Border Color

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

This div border color is #f0ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ccbd


Comments

No comments written yet.

Please login to write comment.