Color Hex Logo

#b2cbdd Color Hex

#B2CBDD
(178,203,221)
0 Favorites   0 Comments

Color spaces of #b2cbdd

RGB 178203221
HSL0.570.390.78
HSV205°19°87°
CMYK 0.190.080.00   0.13
XYZ52.767257.397376.7043
Yxy57.39730.28240.3072
Hunter Lab75.7610-8.2573-6.9955
CIE-Lab80.4025-4.5881-11.7463

#b2cbdd color RGB value is (178,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001011 11011101
Octal 262 313 335
Decimal 178 203 221
Hex B2 CB DD

RGB Percentages of Color #b2cbdd

%29.57
%33.72
%36.71

CMYK Percentages of Color #b2cbdd

%19
%8
%0
%13

Triadic Colors of #b2cbdd

#b2cbdd #ddb2cb #cbddb2

Analogous Colors of #b2cbdd

#b2cbdd #b2b6dd #b2ddda

Monochromatic Colors of #b2cbdd

#b2cbdd

Complementary Color

#b2cbdd #ddc4b2

#b2cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cbdd Color CSS Codes

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

#b2cbdd Text Font Color

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

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


#b2cbdd Background Color

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

This div background color is #b2cbdd


#b2cbdd Border Color

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

This div border color is #b2cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cbdd


Comments

No comments written yet.

Please login to write comment.