Color Hex Logo

#ffbad6 Color Hex

#FFBAD6
(255,186,214)
1 Favorites   0 Comments

Color spaces of #ffbad6

RGB 255186214
HSL0.931.000.86
HSV336°27°100°
CMYK 0.000.270.16   0.00
XYZ70.936561.232971.6987
Yxy61.23290.34800.3004
Hunter Lab78.251524.87380.4509
CIE-Lab82.503828.9528-4.1650

#ffbad6 color RGB value is (255,186,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11010110
Octal 377 272 326
Decimal 255 186 214
Hex FF BA D6

RGB Percentages of Color #ffbad6

%38.93
%28.40
%32.67

CMYK Percentages of Color #ffbad6

%0
%27
%16
%0

Triadic Colors of #ffbad6

#ffbad6 #d6ffba #bad6ff

Analogous Colors of #ffbad6

#ffbad6 #ffc1ba #ffbaf9

Monochromatic Colors of #ffbad6

#ffbad6

Complementary Color

#ffbad6 #baffe3

#ffbad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbad6 Color CSS Codes

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

#ffbad6 Text Font Color

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

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


#ffbad6 Background Color

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

This div background color is #ffbad6


#ffbad6 Border Color

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

This div border color is #ffbad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbad6

#ffbad6 Color Palettes


Comments

No comments written yet.

Please login to write comment.