Color Hex Logo

#f0acbc Color Hex

#F0ACBC
(240,172,188)
0 Favorites   0 Comments

Color spaces of #f0acbc

RGB 240172188
HSL0.960.690.81
HSV346°28°94°
CMYK 0.000.280.22   0.06
XYZ59.764851.661254.3986
Yxy51.66120.36040.3115
Hunter Lab71.875722.64065.4398
CIE-Lab77.077827.15941.7806

#f0acbc color RGB value is (240,172,188).

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

The process color (four color CMYK) of #f0acbc color hex is 0.00, 0.28, 0.22, 0.06. Web safe color of #f0acbc is #ff99cc. Color #f0acbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101100 10111100
Octal 360 254 274
Decimal 240 172 188
Hex F0 AC BC

RGB Percentages of Color #f0acbc

%40.00
%28.67
%31.33

CMYK Percentages of Color #f0acbc

%0
%28
%22
%6

Triadic Colors of #f0acbc

#f0acbc #bcf0ac #acbcf0

Analogous Colors of #f0acbc

#f0acbc #f0beac #f0acde

Monochromatic Colors of #f0acbc

#f0acbc

Complementary Color

#f0acbc #acf0e0

#f0acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0acbc Color CSS Codes

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

#f0acbc Text Font Color

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

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


#f0acbc Background Color

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

This div background color is #f0acbc


#f0acbc Border Color

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

This div border color is #f0acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0acbc


Comments

No comments written yet.

Please login to write comment.