Color Hex Logo

#b7cadd Color Hex

#B7CADD
(183,202,221)
0 Favorites   0 Comments

Color spaces of #b7cadd

RGB 183202221
HSL0.580.360.79
HSV210°17°87°
CMYK 0.170.090.00   0.13
XYZ53.700157.528876.6805
Yxy57.52880.28580.3062
Hunter Lab75.8477-6.3558-6.8475
CIE-Lab80.4761-2.4975-11.6011

#b7cadd color RGB value is (183,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001010 11011101
Octal 267 312 335
Decimal 183 202 221
Hex B7 CA DD

RGB Percentages of Color #b7cadd

%30.20
%33.33
%36.47

CMYK Percentages of Color #b7cadd

%17
%9
%0
%13

Triadic Colors of #b7cadd

#b7cadd #ddb7ca #caddb7

Analogous Colors of #b7cadd

#b7cadd #b7b7dd #b7dddd

Monochromatic Colors of #b7cadd

#b7cadd

Complementary Color

#b7cadd #ddcab7

#b7cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cadd Color CSS Codes

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

#b7cadd Text Font Color

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

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


#b7cadd Background Color

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

This div background color is #b7cadd


#b7cadd Border Color

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

This div border color is #b7cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cadd


Comments

No comments written yet.

Please login to write comment.