Color Hex Logo

#b6dcca Color Hex

#B6DCCA
(182,220,202)
0 Favorites   0 Comments

Color spaces of #b6dcca

RGB 182220202
HSL0.420.350.79
HSV152°17°86°
CMYK 0.170.000.08   0.14
XYZ55.545365.395865.5722
Yxy65.39580.29780.3506
Hunter Lab80.8677-18.91278.5316
CIE-Lab84.6873-15.96804.7039

#b6dcca color RGB value is (182,220,202).

#b6dcca hex color red value is 182, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b6dcca hue: 0.42 , saturation: 0.35 and the lightness value of b6dcca is 0.79.

The process color (four color CMYK) of #b6dcca color hex is 0.17, 0.00, 0.08, 0.14. Web safe color of #b6dcca is #cccccc. Color #b6dcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 11001010
Octal 266 334 312
Decimal 182 220 202
Hex B6 DC CA

RGB Percentages of Color #b6dcca

%30.13
%36.42
%33.44

CMYK Percentages of Color #b6dcca

%17
%0
%8
%14

Triadic Colors of #b6dcca

#b6dcca #cab6dc #dccab6

Analogous Colors of #b6dcca

#b6dcca #b6dbdc #b6dcb7

Monochromatic Colors of #b6dcca

#b6dcca

Complementary Color

#b6dcca #dcb6c8

#b6dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcca Color CSS Codes

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

#b6dcca Text Font Color

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

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


#b6dcca Background Color

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

This div background color is #b6dcca


#b6dcca Border Color

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

This div border color is #b6dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcca


Comments

No comments written yet.

Please login to write comment.