Color Hex Logo

#ffbabe Color Hex

#FFBABE
(255,186,190)
2 Favorites   0 Comments

Color spaces of #ffbabe

RGB 255186190
HSL0.991.000.86
HSV357°27°100°
CMYK 0.000.270.25   0.00
XYZ68.093260.095556.7259
Yxy60.09550.36820.3250
Hunter Lab77.521321.128710.8797
CIE-Lab81.890125.45577.8459

#ffbabe color RGB value is (255,186,190).

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

The process color (four color CMYK) of #ffbabe color hex is 0.00, 0.27, 0.25, 0.00. Web safe color of #ffbabe is #ffcccc. Color #ffbabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 10111110
Octal 377 272 276
Decimal 255 186 190
Hex FF BA BE

RGB Percentages of Color #ffbabe

%40.41
%29.48
%30.11

CMYK Percentages of Color #ffbabe

%0
%27
%25
%0

Triadic Colors of #ffbabe

#ffbabe #beffba #babeff

Analogous Colors of #ffbabe

#ffbabe #ffd9ba #ffbae1

Monochromatic Colors of #ffbabe

#ffbabe

Complementary Color

#ffbabe #bafffb

#ffbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbabe Color CSS Codes

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

#ffbabe Text Font Color

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

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


#ffbabe Background Color

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

This div background color is #ffbabe


#ffbabe Border Color

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

This div border color is #ffbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbabe

Related Colors

#ffbabe Color Palettes


Comments

No comments written yet.

Please login to write comment.