Color Hex Logo

#bddbff Color Hex

#BDDBFF
(189,219,255)
0 Favorites   0 Comments

Color spaces of #bddbff

RGB 189219255
HSL0.591.000.87
HSV213°26°100°
CMYK 0.260.140.00   0.00
XYZ64.367868.7019104.4760
Yxy68.70190.27100.2892
Hunter Lab82.8866-6.4326-16.7126
CIE-Lab86.3562-2.1075-20.7882

#bddbff color RGB value is (189,219,255).

#bddbff hex color red value is 189, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bddbff hue: 0.59 , saturation: 1.00 and the lightness value of bddbff is 0.87.

The process color (four color CMYK) of #bddbff color hex is 0.26, 0.14, 0.00, 0.00. Web safe color of #bddbff is #ccccff. Color #bddbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11111111
Octal 275 333 377
Decimal 189 219 255
Hex BD DB FF

RGB Percentages of Color #bddbff

%28.51
%33.03
%38.46

CMYK Percentages of Color #bddbff

%26
%14
%0
%0

Triadic Colors of #bddbff

#bddbff #ffbddb #dbffbd

Analogous Colors of #bddbff

#bddbff #c0bdff #bdfcff

Monochromatic Colors of #bddbff

#bddbff

Complementary Color

#bddbff #ffe1bd

#bddbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbff Color CSS Codes

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

#bddbff Text Font Color

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

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


#bddbff Background Color

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

This div background color is #bddbff


#bddbff Border Color

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

This div border color is #bddbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbff

Related Colors

#bddbff Color Palettes


Comments

No comments written yet.

Please login to write comment.