Color Hex Logo

#b6ccca Color Hex

#B6CCCA
(182,204,202)
0 Favorites   0 Comments

Color spaces of #b6ccca

RGB 182204202
HSL0.480.180.76
HSV175°11°80°
CMYK 0.110.000.01   0.20
XYZ51.544957.395164.2388
Yxy57.39510.29760.3314
Hunter Lab75.7596-11.13232.7579
CIE-Lab80.4013-7.7806-1.5331

#b6ccca color RGB value is (182,204,202).

#b6ccca hex color red value is 182, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b6ccca hue: 0.48 , saturation: 0.18 and the lightness value of b6ccca is 0.76.

The process color (four color CMYK) of #b6ccca color hex is 0.11, 0.00, 0.01, 0.20. Web safe color of #b6ccca is #cccccc. Color #b6ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 11001010
Octal 266 314 312
Decimal 182 204 202
Hex B6 CC CA

RGB Percentages of Color #b6ccca

%30.95
%34.69
%34.35

CMYK Percentages of Color #b6ccca

%11
%0
%1
%20

Triadic Colors of #b6ccca

#b6ccca #cab6cc #cccab6

Analogous Colors of #b6ccca

#b6ccca #b6c3cc #b6ccbf

Monochromatic Colors of #b6ccca

#b6ccca

Complementary Color

#b6ccca #ccb6b8

#b6ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccca Color CSS Codes

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

#b6ccca Text Font Color

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

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


#b6ccca Background Color

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

This div background color is #b6ccca


#b6ccca Border Color

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

This div border color is #b6ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccca


Comments

No comments written yet.

Please login to write comment.