Color Hex Logo

#f4acbd Color Hex

#F4ACBD
(244,172,189)
0 Favorites   0 Comments

Color spaces of #f4acbd

RGB 244172189
HSL0.960.770.82
HSV346°30°96°
CMYK 0.000.300.23   0.04
XYZ61.246152.412355.0327
Yxy52.41230.36310.3107
Hunter Lab72.396324.31445.6076
CIE-Lab77.526728.73461.9403

#f4acbd color RGB value is (244,172,189).

#f4acbd hex color red value is 244, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f4acbd hue: 0.96 , saturation: 0.77 and the lightness value of f4acbd is 0.82.

The process color (four color CMYK) of #f4acbd color hex is 0.00, 0.30, 0.23, 0.04. Web safe color of #f4acbd is #ff99cc. Color #f4acbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101100 10111101
Octal 364 254 275
Decimal 244 172 189
Hex F4 AC BD

RGB Percentages of Color #f4acbd

%40.33
%28.43
%31.24

CMYK Percentages of Color #f4acbd

%0
%30
%23
%4

Triadic Colors of #f4acbd

#f4acbd #bdf4ac #acbdf4

Analogous Colors of #f4acbd

#f4acbd #f4bfac #f4ace1

Monochromatic Colors of #f4acbd

#f4acbd

Complementary Color

#f4acbd #acf4e3

#f4acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4acbd Color CSS Codes

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

#f4acbd Text Font Color

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

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


#f4acbd Background Color

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

This div background color is #f4acbd


#f4acbd Border Color

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

This div border color is #f4acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4acbd


Comments

No comments written yet.

Please login to write comment.