Color Hex Logo

#b5c3db Color Hex

#B5C3DB
(181,195,219)
0 Favorites   0 Comments

Color spaces of #b5c3db

RGB 181195219
HSL0.610.350.78
HSV218°17°86°
CMYK 0.170.110.00   0.14
XYZ51.357353.968474.7280
Yxy53.96840.28520.2997
Hunter Lab73.4632-3.7732-8.8866
CIE-Lab78.44330.1638-13.5826

#b5c3db color RGB value is (181,195,219).

#b5c3db hex color red value is 181, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b5c3db hue: 0.61 , saturation: 0.35 and the lightness value of b5c3db is 0.78.

The process color (four color CMYK) of #b5c3db color hex is 0.17, 0.11, 0.00, 0.14. Web safe color of #b5c3db is #cccccc. Color #b5c3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000011 11011011
Octal 265 303 333
Decimal 181 195 219
Hex B5 C3 DB

RGB Percentages of Color #b5c3db

%30.42
%32.77
%36.81

CMYK Percentages of Color #b5c3db

%17
%11
%0
%14

Triadic Colors of #b5c3db

#b5c3db #dbb5c3 #c3dbb5

Analogous Colors of #b5c3db

#b5c3db #bab5db #b5d6db

Monochromatic Colors of #b5c3db

#b5c3db

Complementary Color

#b5c3db #dbcdb5

#b5c3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c3db Color CSS Codes

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

#b5c3db Text Font Color

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

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


#b5c3db Background Color

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

This div background color is #b5c3db


#b5c3db Border Color

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

This div border color is #b5c3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,195,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c3db

#b5c3db Color Palettes


Comments

No comments written yet.

Please login to write comment.