Color Hex Logo

#f9bad7 Color Hex

#F9BAD7
(249,186,215)
0 Favorites   0 Comments

Color spaces of #f9bad7

RGB 249186215
HSL0.920.840.85
HSV332°25°98°
CMYK 0.000.250.14   0.02
XYZ68.891660.163872.2718
Yxy60.16380.34220.2988
Hunter Lab77.565322.8000-0.9480
CIE-Lab81.927127.0377-5.6216

#f9bad7 color RGB value is (249,186,215).

#f9bad7 hex color red value is 249, green value is 186 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #f9bad7 hue: 0.92 , saturation: 0.84 and the lightness value of f9bad7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 11010111
Octal 371 272 327
Decimal 249 186 215
Hex F9 BA D7

RGB Percentages of Color #f9bad7

%38.31
%28.62
%33.08

CMYK Percentages of Color #f9bad7

%0
%25
%14
%2

Triadic Colors of #f9bad7

#f9bad7 #d7f9ba #bad7f9

Analogous Colors of #f9bad7

#f9bad7 #f9bdba #f9baf7

Monochromatic Colors of #f9bad7

#f9bad7

Complementary Color

#f9bad7 #baf9dc

#f9bad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bad7 Color CSS Codes

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

#f9bad7 Text Font Color

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

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


#f9bad7 Background Color

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

This div background color is #f9bad7


#f9bad7 Border Color

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

This div border color is #f9bad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bad7

Related Colors


Comments

No comments written yet.

Please login to write comment.