Color Hex Logo

#bdd1ff Color Hex

#BDD1FF
(189,209,255)
0 Favorites   0 Comments

Color spaces of #bdd1ff

RGB 189209255
HSL0.621.000.87
HSV222°26°100°
CMYK 0.260.180.00   0.00
XYZ61.836763.6397103.6323
Yxy63.63970.26990.2778
Hunter Lab79.7745-1.2422-21.1795
CIE-Lab83.77783.1739-24.7013

#bdd1ff color RGB value is (189,209,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 11111111
Octal 275 321 377
Decimal 189 209 255
Hex BD D1 FF

RGB Percentages of Color #bdd1ff

%28.94
%32.01
%39.05

CMYK Percentages of Color #bdd1ff

%26
%18
%0
%0

Triadic Colors of #bdd1ff

#bdd1ff #ffbdd1 #d1ffbd

Analogous Colors of #bdd1ff

#bdd1ff #cabdff #bdf2ff

Monochromatic Colors of #bdd1ff

#bdd1ff

Complementary Color

#bdd1ff #ffebbd

#bdd1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd1ff Color CSS Codes

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

#bdd1ff Text Font Color

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

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


#bdd1ff Background Color

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

This div background color is #bdd1ff


#bdd1ff Border Color

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

This div border color is #bdd1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd1ff


Comments

No comments written yet.

Please login to write comment.