Color Hex Logo

#ffbada Color Hex

#FFBADA
(255,186,218)
0 Favorites   0 Comments

Color spaces of #ffbada

RGB 255186218
HSL0.921.000.86
HSV332°27°100°
CMYK 0.000.270.15   0.00
XYZ71.453861.439874.4227
Yxy61.43980.34470.2964
Hunter Lab78.383525.5479-1.4255
CIE-Lab82.614629.5749-6.1502

#ffbada color RGB value is (255,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11011010
Octal 377 272 332
Decimal 255 186 218
Hex FF BA DA

RGB Percentages of Color #ffbada

%38.69
%28.22
%33.08

CMYK Percentages of Color #ffbada

%0
%27
%15
%0

Triadic Colors of #ffbada

#ffbada #daffba #badaff

Analogous Colors of #ffbada

#ffbada #ffbdba #ffbafd

Monochromatic Colors of #ffbada

#ffbada

Complementary Color

#ffbada #baffdf

#ffbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbada Color CSS Codes

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

#ffbada Text Font Color

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

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


#ffbada Background Color

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

This div background color is #ffbada


#ffbada Border Color

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

This div border color is #ffbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbada

Related Colors

#ffbada Color Palettes


Comments

No comments written yet.

Please login to write comment.