Color Hex Logo

#b4ccdb Color Hex

#B4CCDB
(180,204,219)
5 Favorites   0 Comments

Color spaces of #b4ccdb

RGB 180204219
HSL0.560.350.78
HSV203°18°86°
CMYK 0.180.070.00   0.14
XYZ53.201458.003575.4096
Yxy58.00350.28510.3108
Hunter Lab76.1600-8.5893-5.3938
CIE-Lab80.7407-4.9217-10.1563

#b4ccdb color RGB value is (180,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001100 11011011
Octal 264 314 333
Decimal 180 204 219
Hex B4 CC DB

RGB Percentages of Color #b4ccdb

%29.85
%33.83
%36.32

CMYK Percentages of Color #b4ccdb

%18
%7
%0
%14

Triadic Colors of #b4ccdb

#b4ccdb #dbb4cc #ccdbb4

Analogous Colors of #b4ccdb

#b4ccdb #b4b9db #b4dbd7

Monochromatic Colors of #b4ccdb

#b4ccdb

Complementary Color

#b4ccdb #dbc3b4

#b4ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ccdb Color CSS Codes

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

#b4ccdb Text Font Color

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

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


#b4ccdb Background Color

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

This div background color is #b4ccdb


#b4ccdb Border Color

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

This div border color is #b4ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ccdb

#b4ccdb Color Palettes


Comments

No comments written yet.

Please login to write comment.