Color Hex Logo

#b5c3cd Color Hex

#B5C3CD
(181,195,205)
0 Favorites   0 Comments

Color spaces of #b5c3cd

RGB 181195205
HSL0.570.190.76
HSV205°12°80°
CMYK 0.120.050.00   0.20
XYZ49.590653.261765.4244
Yxy53.26170.29470.3165
Hunter Lab72.9806-6.4247-2.0648
CIE-Lab78.0293-2.7759-6.6485

#b5c3cd color RGB value is (181,195,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000011 11001101
Octal 265 303 315
Decimal 181 195 205
Hex B5 C3 CD

RGB Percentages of Color #b5c3cd

%31.15
%33.56
%35.28

CMYK Percentages of Color #b5c3cd

%12
%5
%0
%20

Triadic Colors of #b5c3cd

#b5c3cd #cdb5c3 #c3cdb5

Analogous Colors of #b5c3cd

#b5c3cd #b5b7cd #b5cdcb

Monochromatic Colors of #b5c3cd

#b5c3cd

Complementary Color

#b5c3cd #cdbfb5

#b5c3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c3cd Color CSS Codes

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

#b5c3cd Text Font Color

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

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


#b5c3cd Background Color

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

This div background color is #b5c3cd


#b5c3cd Border Color

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

This div border color is #b5c3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c3cd


Comments

No comments written yet.

Please login to write comment.