Color Hex Logo

#bdd7ff Color Hex

#BDD7FF
(189,215,255)
0 Favorites   0 Comments

Color spaces of #bdd7ff

RGB 189215255
HSL0.601.000.87
HSV216°26°100°
CMYK 0.260.160.00   0.00
XYZ63.336766.6397104.1323
Yxy66.63970.27050.2847
Hunter Lab81.6331-4.3652-18.4879
CIE-Lab85.3217-0.0054-22.3554

#bdd7ff color RGB value is (189,215,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 11111111
Octal 275 327 377
Decimal 189 215 255
Hex BD D7 FF

RGB Percentages of Color #bdd7ff

%28.68
%32.63
%38.69

CMYK Percentages of Color #bdd7ff

%26
%16
%0
%0

Triadic Colors of #bdd7ff

#bdd7ff #ffbdd7 #d7ffbd

Analogous Colors of #bdd7ff

#bdd7ff #c4bdff #bdf8ff

Monochromatic Colors of #bdd7ff

#bdd7ff

Complementary Color

#bdd7ff #ffe5bd

#bdd7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd7ff Color CSS Codes

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

#bdd7ff Text Font Color

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

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


#bdd7ff Background Color

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

This div background color is #bdd7ff


#bdd7ff Border Color

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

This div border color is #bdd7ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,215,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 #bdd7ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.