Color Hex Logo

#ffbadb Color Hex

#FFBADB
(255,186,219)
0 Favorites   0 Comments

Color spaces of #ffbadb

RGB 255186219
HSL0.921.000.86
HSV331°27°100°
CMYK 0.000.270.14   0.00
XYZ71.585161.492375.1141
Yxy61.49230.34380.2954
Hunter Lab78.417025.7187-1.9008
CIE-Lab82.642729.7322-6.6456

#ffbadb color RGB value is (255,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11011011
Octal 377 272 333
Decimal 255 186 219
Hex FF BA DB

RGB Percentages of Color #ffbadb

%38.64
%28.18
%33.18

CMYK Percentages of Color #ffbadb

%0
%27
%14
%0

Triadic Colors of #ffbadb

#ffbadb #dbffba #badbff

Analogous Colors of #ffbadb

#ffbadb #ffbcba #ffbafe

Monochromatic Colors of #ffbadb

#ffbadb

Complementary Color

#ffbadb #baffde

#ffbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbadb Color CSS Codes

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

#ffbadb Text Font Color

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

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


#ffbadb Background Color

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

This div background color is #ffbadb


#ffbadb Border Color

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

This div border color is #ffbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbadb

Related Colors


Comments

No comments written yet.

Please login to write comment.