Color Hex Logo

#b5cccd Color Hex

#B5CCCD
(181,204,205)
0 Favorites   0 Comments

Color spaces of #b5cccd

RGB 181204205
HSL0.510.190.76
HSV183°12°80°
CMYK 0.120.000.00   0.20
XYZ51.668457.417366.1170
Yxy57.41730.29490.3277
Hunter Lab75.7742-10.89051.3083
CIE-Lab80.4137-7.5088-3.1308

#b5cccd color RGB value is (181,204,205).

#b5cccd hex color red value is 181, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b5cccd hue: 0.51 , saturation: 0.19 and the lightness value of b5cccd is 0.76.

The process color (four color CMYK) of #b5cccd color hex is 0.12, 0.00, 0.00, 0.20. Web safe color of #b5cccd is #cccccc. Color #b5cccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 11001101
Octal 265 314 315
Decimal 181 204 205
Hex B5 CC CD

RGB Percentages of Color #b5cccd

%30.68
%34.58
%34.75

CMYK Percentages of Color #b5cccd

%12
%0
%0
%20

Triadic Colors of #b5cccd

#b5cccd #cdb5cc #cccdb5

Analogous Colors of #b5cccd

#b5cccd #b5c0cd #b5cdc2

Monochromatic Colors of #b5cccd

#b5cccd

Complementary Color

#b5cccd #cdb6b5

#b5cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cccd Color CSS Codes

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

#b5cccd Text Font Color

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

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


#b5cccd Background Color

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

This div background color is #b5cccd


#b5cccd Border Color

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

This div border color is #b5cccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,204,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 #b5cccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cccd


Comments

No comments written yet.

Please login to write comment.