Color Hex Logo

#bdc9eb Color Hex

#BDC9EB
(189,201,235)
0 Favorites   0 Comments

Color spaces of #bdc9eb

RGB 189201235
HSL0.620.530.83
HSV224°20°92°
CMYK 0.200.140.00   0.08
XYZ56.868358.590386.9090
Yxy58.59030.28100.2895
Hunter Lab76.5443-1.3366-13.7373
CIE-Lab81.06592.9344-18.1682

#bdc9eb color RGB value is (189,201,235).

#bdc9eb hex color red value is 189, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdc9eb hue: 0.62 , saturation: 0.53 and the lightness value of bdc9eb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 11101011
Octal 275 311 353
Decimal 189 201 235
Hex BD C9 EB

RGB Percentages of Color #bdc9eb

%30.24
%32.16
%37.60

CMYK Percentages of Color #bdc9eb

%20
%14
%0
%8

Triadic Colors of #bdc9eb

#bdc9eb #ebbdc9 #c9ebbd

Analogous Colors of #bdc9eb

#bdc9eb #c8bdeb #bde0eb

Monochromatic Colors of #bdc9eb

#bdc9eb

Complementary Color

#bdc9eb #ebdfbd

#bdc9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc9eb Color CSS Codes

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

#bdc9eb Text Font Color

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

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


#bdc9eb Background Color

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

This div background color is #bdc9eb


#bdc9eb Border Color

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

This div border color is #bdc9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc9eb


Comments

No comments written yet.

Please login to write comment.