Color Hex Logo

#f9bdee Color Hex

#F9BDEE
(249,189,238)
0 Favorites   0 Comments

Color spaces of #f9bdee

RGB 249189238
HSL0.860.830.86
HSV311°24°98°
CMYK 0.000.240.04   0.02
XYZ72.697162.708089.1612
Yxy62.70800.32370.2792
Hunter Lab79.188425.2882-11.3250
CIE-Lab83.288529.2920-15.9251

#f9bdee color RGB value is (249,189,238).

#f9bdee hex color red value is 249, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f9bdee hue: 0.86 , saturation: 0.83 and the lightness value of f9bdee is 0.86.

The process color (four color CMYK) of #f9bdee color hex is 0.00, 0.24, 0.04, 0.02. Web safe color of #f9bdee is #ffccff. Color #f9bdee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 11101110
Octal 371 275 356
Decimal 249 189 238
Hex F9 BD EE

RGB Percentages of Color #f9bdee

%36.83
%27.96
%35.21

CMYK Percentages of Color #f9bdee

%0
%24
%4
%2

Triadic Colors of #f9bdee

#f9bdee #eef9bd #bdeef9

Analogous Colors of #f9bdee

#f9bdee #f9bdd0 #e6bdf9

Monochromatic Colors of #f9bdee

#f9bdee

Complementary Color

#f9bdee #bdf9c8

#f9bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdee Color CSS Codes

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

#f9bdee Text Font Color

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

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


#f9bdee Background Color

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

This div background color is #f9bdee


#f9bdee Border Color

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

This div border color is #f9bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdee


Comments

No comments written yet.

Please login to write comment.