Color Hex Logo

#b9ccd8 Color Hex

#B9CCD8
(185,204,216)
0 Favorites   0 Comments

Color spaces of #b9ccd8

RGB 185204216
HSL0.560.280.79
HSV203°14°85°
CMYK 0.140.060.00   0.15
XYZ53.995158.457973.4034
Yxy58.45790.29050.3145
Hunter Lab76.4578-7.7429-3.4010
CIE-Lab80.9927-3.9687-8.1385

#b9ccd8 color RGB value is (185,204,216).

#b9ccd8 hex color red value is 185, green value is 204 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #b9ccd8 hue: 0.56 , saturation: 0.28 and the lightness value of b9ccd8 is 0.79.

The process color (four color CMYK) of #b9ccd8 color hex is 0.14, 0.06, 0.00, 0.15. Web safe color of #b9ccd8 is #cccccc. Color #b9ccd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001100 11011000
Octal 271 314 330
Decimal 185 204 216
Hex B9 CC D8

RGB Percentages of Color #b9ccd8

%30.58
%33.72
%35.70

CMYK Percentages of Color #b9ccd8

%14
%6
%0
%15

Triadic Colors of #b9ccd8

#b9ccd8 #d8b9cc #ccd8b9

Analogous Colors of #b9ccd8

#b9ccd8 #b9bdd8 #b9d8d5

Monochromatic Colors of #b9ccd8

#b9ccd8

Complementary Color

#b9ccd8 #d8c5b9

#b9ccd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ccd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ccd8 Color CSS Codes

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

#b9ccd8 Text Font Color

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

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


#b9ccd8 Background Color

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

This div background color is #b9ccd8


#b9ccd8 Border Color

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

This div border color is #b9ccd8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,204,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9ccd8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9ccd8;
  -webkit-box-shadow: 1px 1px 3px 2px #b9ccd8;
  box-shadow:         1px 1px 3px 2px #b9ccd8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,204,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ccd8


Comments

No comments written yet.

Please login to write comment.