Color Hex Logo

#bddef9 Color Hex

#BDDEF9
(189,222,249)
0 Favorites   0 Comments

Color spaces of #bddef9

RGB 189222249
HSL0.580.830.86
HSV207°24°98°
CMYK 0.240.110.00   0.02
XYZ64.206469.900999.7307
Yxy69.90090.27460.2989
Hunter Lab83.6068-9.2315-12.1996
CIE-Lab86.9482-5.0266-16.7345

#bddef9 color RGB value is (189,222,249).

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

The process color (four color CMYK) of #bddef9 color hex is 0.24, 0.11, 0.00, 0.02. Web safe color of #bddef9 is #ccccff. Color #bddef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11111001
Octal 275 336 371
Decimal 189 222 249
Hex BD DE F9

RGB Percentages of Color #bddef9

%28.64
%33.64
%37.73

CMYK Percentages of Color #bddef9

%24
%11
%0
%2

Triadic Colors of #bddef9

#bddef9 #f9bdde #def9bd

Analogous Colors of #bddef9

#bddef9 #bdc0f9 #bdf9f6

Monochromatic Colors of #bddef9

#bddef9

Complementary Color

#bddef9 #f9d8bd

#bddef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddef9 Color CSS Codes

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

#bddef9 Text Font Color

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

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


#bddef9 Background Color

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

This div background color is #bddef9


#bddef9 Border Color

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

This div border color is #bddef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddef9


Comments

No comments written yet.

Please login to write comment.