Color Hex Logo

#f0afbd Color Hex

#F0AFBD
(240,175,189)
0 Favorites   0 Comments

Color spaces of #f0afbd

RGB 240175189
HSL0.960.680.81
HSV347°27°94°
CMYK 0.000.270.21   0.06
XYZ60.450552.859355.1609
Yxy52.85930.35880.3138
Hunter Lab72.704421.18225.9097
CIE-Lab77.791925.71362.2738

#f0afbd color RGB value is (240,175,189).

#f0afbd hex color red value is 240, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f0afbd hue: 0.96 , saturation: 0.68 and the lightness value of f0afbd is 0.81.

The process color (four color CMYK) of #f0afbd color hex is 0.00, 0.27, 0.21, 0.06. Web safe color of #f0afbd is #ff99cc. Color #f0afbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101111 10111101
Octal 360 257 275
Decimal 240 175 189
Hex F0 AF BD

RGB Percentages of Color #f0afbd

%39.74
%28.97
%31.29

CMYK Percentages of Color #f0afbd

%0
%27
%21
%6

Triadic Colors of #f0afbd

#f0afbd #bdf0af #afbdf0

Analogous Colors of #f0afbd

#f0afbd #f0c2af #f0afde

Monochromatic Colors of #f0afbd

#f0afbd

Complementary Color

#f0afbd #aff0e2

#f0afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0afbd Color CSS Codes

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

#f0afbd Text Font Color

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

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


#f0afbd Background Color

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

This div background color is #f0afbd


#f0afbd Border Color

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

This div border color is #f0afbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,175,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 #f0afbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0afbd


Comments

No comments written yet.

Please login to write comment.