Color Hex Logo

#f0bdcd Color Hex

#F0BDCD
(240,189,205)
0 Favorites   0 Comments

Color spaces of #f0bdcd

RGB 240189205
HSL0.950.630.84
HSV341°21°94°
CMYK 0.000.210.15   0.06
XYZ65.152259.328265.7752
Yxy59.32820.34240.3118
Hunter Lab77.024816.19263.2868
CIE-Lab81.471720.7230-1.0144

#f0bdcd color RGB value is (240,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111101 11001101
Octal 360 275 315
Decimal 240 189 205
Hex F0 BD CD

RGB Percentages of Color #f0bdcd

%37.85
%29.81
%32.33

CMYK Percentages of Color #f0bdcd

%0
%21
%15
%6

Triadic Colors of #f0bdcd

#f0bdcd #cdf0bd #bdcdf0

Analogous Colors of #f0bdcd

#f0bdcd #f0c7bd #f0bde7

Monochromatic Colors of #f0bdcd

#f0bdcd

Complementary Color

#f0bdcd #bdf0e0

#f0bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bdcd Color CSS Codes

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

#f0bdcd Text Font Color

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

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


#f0bdcd Background Color

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

This div background color is #f0bdcd


#f0bdcd Border Color

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

This div border color is #f0bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bdcd


Comments

No comments written yet.

Please login to write comment.