Color Hex Logo

#b9cecd Color Hex

#B9CECD
(185,206,205)
0 Favorites   0 Comments

Color spaces of #b9cecd

RGB 185206205
HSL0.490.180.77
HSV177°10°81°
CMYK 0.100.000.00   0.19
XYZ53.098358.864766.3210
Yxy58.86470.29780.3302
Hunter Lab76.7233-10.73052.4550
CIE-Lab81.2172-7.2417-1.9196

#b9cecd color RGB value is (185,206,205).

#b9cecd hex color red value is 185, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b9cecd hue: 0.49 , saturation: 0.18 and the lightness value of b9cecd is 0.77.

The process color (four color CMYK) of #b9cecd color hex is 0.10, 0.00, 0.00, 0.19. Web safe color of #b9cecd is #cccccc. Color #b9cecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001110 11001101
Octal 271 316 315
Decimal 185 206 205
Hex B9 CE CD

RGB Percentages of Color #b9cecd

%31.04
%34.56
%34.40

CMYK Percentages of Color #b9cecd

%10
%0
%0
%19

Triadic Colors of #b9cecd

#b9cecd #cdb9ce #cecdb9

Analogous Colors of #b9cecd

#b9cecd #b9c5ce #b9cec3

Monochromatic Colors of #b9cecd

#b9cecd

Complementary Color

#b9cecd #ceb9ba

#b9cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cecd Color CSS Codes

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

#b9cecd Text Font Color

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

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


#b9cecd Background Color

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

This div background color is #b9cecd


#b9cecd Border Color

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

This div border color is #b9cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cecd

#b9cecd Color Palettes


Comments

No comments written yet.

Please login to write comment.