Color Hex Logo

#b9cddc Color Hex

#B9CDDC
(185,205,220)
0 Favorites   0 Comments

Color spaces of #b9cddc

RGB 185205220
HSL0.570.330.79
HSV206°16°86°
CMYK 0.160.070.00   0.14
XYZ54.757259.144276.2401
Yxy59.14420.28800.3111
Hunter Lab76.9053-7.4907-4.9435
CIE-Lab81.3708-3.6593-9.7172

#b9cddc color RGB value is (185,205,220).

#b9cddc hex color red value is 185, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b9cddc hue: 0.57 , saturation: 0.33 and the lightness value of b9cddc is 0.79.

The process color (four color CMYK) of #b9cddc color hex is 0.16, 0.07, 0.00, 0.14. Web safe color of #b9cddc is #cccccc. Color #b9cddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 11011100
Octal 271 315 334
Decimal 185 205 220
Hex B9 CD DC

RGB Percentages of Color #b9cddc

%30.33
%33.61
%36.07

CMYK Percentages of Color #b9cddc

%16
%7
%0
%14

Triadic Colors of #b9cddc

#b9cddc #dcb9cd #cddcb9

Analogous Colors of #b9cddc

#b9cddc #b9bcdc #b9dcda

Monochromatic Colors of #b9cddc

#b9cddc

Complementary Color

#b9cddc #dcc8b9

#b9cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cddc Color CSS Codes

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

#b9cddc Text Font Color

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

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


#b9cddc Background Color

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

This div background color is #b9cddc


#b9cddc Border Color

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

This div border color is #b9cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cddc


Comments

No comments written yet.

Please login to write comment.