Color Hex Logo

#b7cbdd Color Hex

#B7CBDD
(183,203,221)
0 Favorites   0 Comments

Color spaces of #b7cbdd

RGB 183203221
HSL0.580.360.79
HSV208°17°87°
CMYK 0.170.080.00   0.13
XYZ53.935557.999676.7590
Yxy57.99960.28580.3074
Hunter Lab76.1575-6.8600-6.4481
CIE-Lab80.7386-3.0257-11.2093

#b7cbdd color RGB value is (183,203,221).

#b7cbdd hex color red value is 183, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b7cbdd hue: 0.58 , saturation: 0.36 and the lightness value of b7cbdd is 0.79.

The process color (four color CMYK) of #b7cbdd color hex is 0.17, 0.08, 0.00, 0.13. Web safe color of #b7cbdd is #cccccc. Color #b7cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001011 11011101
Octal 267 313 335
Decimal 183 203 221
Hex B7 CB DD

RGB Percentages of Color #b7cbdd

%30.15
%33.44
%36.41

CMYK Percentages of Color #b7cbdd

%17
%8
%0
%13

Triadic Colors of #b7cbdd

#b7cbdd #ddb7cb #cbddb7

Analogous Colors of #b7cbdd

#b7cbdd #b7b8dd #b7dddc

Monochromatic Colors of #b7cbdd

#b7cbdd

Complementary Color

#b7cbdd #ddc9b7

#b7cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cbdd Color CSS Codes

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

#b7cbdd Text Font Color

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

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


#b7cbdd Background Color

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

This div background color is #b7cbdd


#b7cbdd Border Color

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

This div border color is #b7cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cbdd


Comments

No comments written yet.

Please login to write comment.