Color Hex Logo

#b2ccdd Color Hex

#B2CCDD
(178,204,221)
0 Favorites   0 Comments

Color spaces of #b2ccdd

RGB 178204221
HSL0.570.390.78
HSV204°19°87°
CMYK 0.190.080.00   0.13
XYZ53.004157.871276.7833
Yxy57.87120.28240.3084
Hunter Lab76.0731-8.7577-6.5923
CIE-Lab80.6671-5.1145-11.3512

#b2ccdd color RGB value is (178,204,221).

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

The process color (four color CMYK) of #b2ccdd color hex is 0.19, 0.08, 0.00, 0.13. Web safe color of #b2ccdd is #99cccc. Color #b2ccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 11011101
Octal 262 314 335
Decimal 178 204 221
Hex B2 CC DD

RGB Percentages of Color #b2ccdd

%29.52
%33.83
%36.65

CMYK Percentages of Color #b2ccdd

%19
%8
%0
%13

Triadic Colors of #b2ccdd

#b2ccdd #ddb2cc #ccddb2

Analogous Colors of #b2ccdd

#b2ccdd #b2b7dd #b2ddd9

Monochromatic Colors of #b2ccdd

#b2ccdd

Complementary Color

#b2ccdd #ddc3b2

#b2ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ccdd Color CSS Codes

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

#b2ccdd Text Font Color

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

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


#b2ccdd Background Color

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

This div background color is #b2ccdd


#b2ccdd Border Color

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

This div border color is #b2ccdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,204,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ccdd


Comments

No comments written yet.

Please login to write comment.