Color Hex Logo

#f0abca Color Hex

#F0ABCA
(240,171,202)
0 Favorites   0 Comments

Color spaces of #f0abca

RGB 240171202
HSL0.930.700.81
HSV333°29°94°
CMYK 0.000.290.16   0.06
XYZ61.158851.915462.6744
Yxy51.91540.34800.2954
Hunter Lab72.052325.4211-1.1365
CIE-Lab77.230229.8073-5.6276

#f0abca color RGB value is (240,171,202).

#f0abca hex color red value is 240, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f0abca hue: 0.93 , saturation: 0.70 and the lightness value of f0abca is 0.81.

The process color (four color CMYK) of #f0abca color hex is 0.00, 0.29, 0.16, 0.06. Web safe color of #f0abca is #ff99cc. Color #f0abca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101011 11001010
Octal 360 253 312
Decimal 240 171 202
Hex F0 AB CA

RGB Percentages of Color #f0abca

%39.15
%27.90
%32.95

CMYK Percentages of Color #f0abca

%0
%29
%16
%6

Triadic Colors of #f0abca

#f0abca #caf0ab #abcaf0

Analogous Colors of #f0abca

#f0abca #f0afab #f0abed

Monochromatic Colors of #f0abca

#f0abca

Complementary Color

#f0abca #abf0d1

#f0abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0abca Color CSS Codes

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

#f0abca Text Font Color

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

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


#f0abca Background Color

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

This div background color is #f0abca


#f0abca Border Color

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

This div border color is #f0abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0abca


Comments

No comments written yet.

Please login to write comment.