Color Hex Logo

#ffbab1 Color Hex

#FFBAB1
(255,186,177)
0 Favorites   0 Comments

Color spaces of #ffbab1

RGB 255186177
HSL0.021.000.85
HSV31°100°
CMYK 0.000.270.31   0.00
XYZ66.734759.552149.5724
Yxy59.55210.37950.3386
Hunter Lab77.170019.314815.9323
CIE-Lab81.594123.736114.4066

#ffbab1 color RGB value is (255,186,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 10110001
Octal 377 272 261
Decimal 255 186 177
Hex FF BA B1

RGB Percentages of Color #ffbab1

%41.26
%30.10
%28.64

CMYK Percentages of Color #ffbab1

%0
%27
%31
%0

Triadic Colors of #ffbab1

#ffbab1 #b1ffba #bab1ff

Analogous Colors of #ffbab1

#ffbab1 #ffe1b1 #ffb1cf

Monochromatic Colors of #ffbab1

#ffbab1

Complementary Color

#ffbab1 #b1f6ff

#ffbab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbab1 Color CSS Codes

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

#ffbab1 Text Font Color

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

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


#ffbab1 Background Color

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

This div background color is #ffbab1


#ffbab1 Border Color

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

This div border color is #ffbab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbab1


Comments

No comments written yet.

Please login to write comment.