Color Hex Logo

#ffa4bc Color Hex

#FFA4BC
(255,164,188)
0 Favorites   0 Comments

Color spaces of #ffa4bc

RGB 255164188
HSL0.961.000.82
HSV344°36°100°
CMYK 0.000.360.26   0.00
XYZ63.592651.441854.1545
Yxy51.44180.37590.3040
Hunter Lab71.722932.75055.4391
CIE-Lab76.945936.68461.7908

#ffa4bc color RGB value is (255,164,188).

#ffa4bc hex color red value is 255, green value is 164 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ffa4bc hue: 0.96 , saturation: 1.00 and the lightness value of ffa4bc is 0.82.

The process color (four color CMYK) of #ffa4bc color hex is 0.00, 0.36, 0.26, 0.00. Web safe color of #ffa4bc is #ff99cc. Color #ffa4bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 10111100
Octal 377 244 274
Decimal 255 164 188
Hex FF A4 BC

RGB Percentages of Color #ffa4bc

%42.01
%27.02
%30.97

CMYK Percentages of Color #ffa4bc

%0
%36
%26
%0

Triadic Colors of #ffa4bc

#ffa4bc #bcffa4 #a4bcff

Analogous Colors of #ffa4bc

#ffa4bc #ffbaa4 #ffa4ea

Monochromatic Colors of #ffa4bc

#ffa4bc

Complementary Color

#ffa4bc #a4ffe7

#ffa4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa4bc Color CSS Codes

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

#ffa4bc Text Font Color

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

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


#ffa4bc Background Color

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

This div background color is #ffa4bc


#ffa4bc Border Color

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

This div border color is #ffa4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa4bc

#ffa4bc Color Palettes


Comments

No comments written yet.

Please login to write comment.