Color Hex Logo

#bddef8 Color Hex

#BDDEF8
(189,222,248)
0 Favorites   0 Comments

Color spaces of #bddef8

RGB 189222248
HSL0.570.810.86
HSV206°24°97°
CMYK 0.240.100.00   0.03
XYZ64.050869.838798.9113
Yxy69.83870.27510.3000
Hunter Lab83.5696-9.4377-11.6758
CIE-Lab86.9177-5.2496-16.2538

#bddef8 color RGB value is (189,222,248).

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

The process color (four color CMYK) of #bddef8 color hex is 0.24, 0.10, 0.00, 0.03. Web safe color of #bddef8 is #ccccff. Color #bddef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11111000
Octal 275 336 370
Decimal 189 222 248
Hex BD DE F8

RGB Percentages of Color #bddef8

%28.68
%33.69
%37.63

CMYK Percentages of Color #bddef8

%24
%10
%0
%3

Triadic Colors of #bddef8

#bddef8 #f8bdde #def8bd

Analogous Colors of #bddef8

#bddef8 #bdc1f8 #bdf8f5

Monochromatic Colors of #bddef8

#bddef8

Complementary Color

#bddef8 #f8d7bd

#bddef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddef8 Color CSS Codes

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

#bddef8 Text Font Color

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

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


#bddef8 Background Color

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

This div background color is #bddef8


#bddef8 Border Color

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

This div border color is #bddef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddef8


Comments

No comments written yet.

Please login to write comment.