Color Hex Logo

#ffbad4 Color Hex

#FFBAD4
(255,186,212)
0 Favorites   0 Comments

Color spaces of #ffbad4

RGB 255186212
HSL0.941.000.86
HSV337°27°100°
CMYK 0.000.270.17   0.00
XYZ70.682661.131370.3615
Yxy61.13130.34960.3024
Hunter Lab78.186524.54221.3744
CIE-Lab82.449328.6460-3.1705

#ffbad4 color RGB value is (255,186,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11010100
Octal 377 272 324
Decimal 255 186 212
Hex FF BA D4

RGB Percentages of Color #ffbad4

%39.05
%28.48
%32.47

CMYK Percentages of Color #ffbad4

%0
%27
%17
%0

Triadic Colors of #ffbad4

#ffbad4 #d4ffba #bad4ff

Analogous Colors of #ffbad4

#ffbad4 #ffc3ba #ffbaf7

Monochromatic Colors of #ffbad4

#ffbad4

Complementary Color

#ffbad4 #baffe5

#ffbad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbad4 Color CSS Codes

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

#ffbad4 Text Font Color

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

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


#ffbad4 Background Color

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

This div background color is #ffbad4


#ffbad4 Border Color

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

This div border color is #ffbad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbad4

#ffbad4 Color Palettes


Comments

No comments written yet.

Please login to write comment.