Color Hex Logo

#ffbab0 Color Hex

#FFBAB0
(255,186,176)
0 Favorites   0 Comments

Color spaces of #ffbab0

RGB 255186176
HSL0.021.000.85
HSV31°100°
CMYK 0.000.270.31   0.00
XYZ66.635459.512449.0493
Yxy59.51240.38030.3397
Hunter Lab77.144319.181616.3037
CIE-Lab81.572423.609014.9123

#ffbab0 color RGB value is (255,186,176).

#ffbab0 hex color red value is 255, green value is 186 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ffbab0 hue: 0.02 , saturation: 1.00 and the lightness value of ffbab0 is 0.85.

The process color (four color CMYK) of #ffbab0 color hex is 0.00, 0.27, 0.31, 0.00. Web safe color of #ffbab0 is #ffcc99. Color #ffbab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 10110000
Octal 377 272 260
Decimal 255 186 176
Hex FF BA B0

RGB Percentages of Color #ffbab0

%41.33
%30.15
%28.53

CMYK Percentages of Color #ffbab0

%0
%27
%31
%0

Triadic Colors of #ffbab0

#ffbab0 #b0ffba #bab0ff

Analogous Colors of #ffbab0

#ffbab0 #ffe2b0 #ffb0ce

Monochromatic Colors of #ffbab0

#ffbab0

Complementary Color

#ffbab0 #b0f5ff

#ffbab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbab0 Color CSS Codes

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

#ffbab0 Text Font Color

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

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


#ffbab0 Background Color

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

This div background color is #ffbab0


#ffbab0 Border Color

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

This div border color is #ffbab0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,186,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbab0

#ffbab0 Color Palettes


Comments

No comments written yet.

Please login to write comment.