Color Hex Logo

#b5ccdb Color Hex

#B5CCDB
(181,204,219)
0 Favorites   0 Comments

Color spaces of #b5ccdb

RGB 181204219
HSL0.570.350.78
HSV204°17°86°
CMYK 0.170.070.00   0.14
XYZ53.435158.124075.4205
Yxy58.12400.28580.3109
Hunter Lab76.2391-8.3098-5.2860
CIE-Lab80.8077-4.6078-10.0494

#b5ccdb color RGB value is (181,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 11011011
Octal 265 314 333
Decimal 181 204 219
Hex B5 CC DB

RGB Percentages of Color #b5ccdb

%29.97
%33.77
%36.26

CMYK Percentages of Color #b5ccdb

%17
%7
%0
%14

Triadic Colors of #b5ccdb

#b5ccdb #dbb5cc #ccdbb5

Analogous Colors of #b5ccdb

#b5ccdb #b5b9db #b5dbd7

Monochromatic Colors of #b5ccdb

#b5ccdb

Complementary Color

#b5ccdb #dbc4b5

#b5ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ccdb Color CSS Codes

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

#b5ccdb Text Font Color

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

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


#b5ccdb Background Color

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

This div background color is #b5ccdb


#b5ccdb Border Color

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

This div border color is #b5ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ccdb

#b5ccdb Color Palettes


Comments

No comments written yet.

Please login to write comment.