Color Hex Logo

#b6cad5 Color Hex

#B6CAD5
(182,202,213)
0 Favorites   0 Comments

Color spaces of #b6cad5

RGB 182202213
HSL0.560.270.77
HSV201°15°84°
CMYK 0.150.050.00   0.16
XYZ52.422256.990271.1881
Yxy56.99020.29030.3156
Hunter Lab75.4919-8.1588-3.0656
CIE-Lab80.1741-4.5009-7.7677

#b6cad5 color RGB value is (182,202,213).

#b6cad5 hex color red value is 182, green value is 202 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b6cad5 hue: 0.56 , saturation: 0.27 and the lightness value of b6cad5 is 0.77.

The process color (four color CMYK) of #b6cad5 color hex is 0.15, 0.05, 0.00, 0.16. Web safe color of #b6cad5 is #cccccc. Color #b6cad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001010 11010101
Octal 266 312 325
Decimal 182 202 213
Hex B6 CA D5

RGB Percentages of Color #b6cad5

%30.49
%33.84
%35.68

CMYK Percentages of Color #b6cad5

%15
%5
%0
%16

Triadic Colors of #b6cad5

#b6cad5 #d5b6ca #cad5b6

Analogous Colors of #b6cad5

#b6cad5 #b6bbd5 #b6d5d1

Monochromatic Colors of #b6cad5

#b6cad5

Complementary Color

#b6cad5 #d5c1b6

#b6cad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cad5 Color CSS Codes

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

#b6cad5 Text Font Color

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

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


#b6cad5 Background Color

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

This div background color is #b6cad5


#b6cad5 Border Color

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

This div border color is #b6cad5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,202,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cad5


Comments

No comments written yet.

Please login to write comment.