Color Hex Logo

#b9cedd Color Hex

#B9CEDD
(185,206,221)
0 Favorites   0 Comments

Color spaces of #b9cedd

RGB 185206221
HSL0.570.350.80
HSV205°16°87°
CMYK 0.160.070.00   0.13
XYZ55.130059.677477.0198
Yxy59.67740.28740.3111
Hunter Lab77.2511-7.8036-5.0366
CIE-Lab81.6625-3.9747-9.8176

#b9cedd color RGB value is (185,206,221).

#b9cedd hex color red value is 185, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b9cedd hue: 0.57 , saturation: 0.35 and the lightness value of b9cedd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001110 11011101
Octal 271 316 335
Decimal 185 206 221
Hex B9 CE DD

RGB Percentages of Color #b9cedd

%30.23
%33.66
%36.11

CMYK Percentages of Color #b9cedd

%16
%7
%0
%13

Triadic Colors of #b9cedd

#b9cedd #ddb9ce #ceddb9

Analogous Colors of #b9cedd

#b9cedd #b9bcdd #b9ddda

Monochromatic Colors of #b9cedd

#b9cedd

Complementary Color

#b9cedd #ddc8b9

#b9cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cedd Color CSS Codes

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

#b9cedd Text Font Color

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

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


#b9cedd Background Color

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

This div background color is #b9cedd


#b9cedd Border Color

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

This div border color is #b9cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cedd


Comments

No comments written yet.

Please login to write comment.