Color Hex Logo

#f0cfb5 Color Hex

#F0CFB5
(240,207,181)
0 Favorites   0 Comments

Color spaces of #f0cfb5

RGB 240207181
HSL0.070.660.83
HSV26°25°94°
CMYK 0.000.140.25   0.06
XYZ66.588566.487153.0398
Yxy66.48710.35780.3572
Hunter Lab81.53963.075918.5108
CIE-Lab85.24437.677917.1932

#f0cfb5 color RGB value is (240,207,181).

#f0cfb5 hex color red value is 240, green value is 207 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #f0cfb5 hue: 0.07 , saturation: 0.66 and the lightness value of f0cfb5 is 0.83.

The process color (four color CMYK) of #f0cfb5 color hex is 0.00, 0.14, 0.25, 0.06. Web safe color of #f0cfb5 is #ffcccc. Color #f0cfb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 10110101
Octal 360 317 265
Decimal 240 207 181
Hex F0 CF B5

RGB Percentages of Color #f0cfb5

%38.22
%32.96
%28.82

CMYK Percentages of Color #f0cfb5

%0
%14
%25
%6

Triadic Colors of #f0cfb5

#f0cfb5 #b5f0cf #cfb5f0

Analogous Colors of #f0cfb5

#f0cfb5 #f0edb5 #f0b5b9

Monochromatic Colors of #f0cfb5

#f0cfb5

Complementary Color

#f0cfb5 #b5d6f0

#f0cfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cfb5 Color CSS Codes

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

#f0cfb5 Text Font Color

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

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


#f0cfb5 Background Color

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

This div background color is #f0cfb5


#f0cfb5 Border Color

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

This div border color is #f0cfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cfb5


Comments

No comments written yet.

Please login to write comment.