Color Hex Logo

#b6dfcb Color Hex

#B6DFCB
(182,223,203)
0 Favorites   0 Comments

Color spaces of #b6dfcb

RGB 182223203
HSL0.420.390.79
HSV151°18°87°
CMYK 0.180.000.09   0.13
XYZ56.458667.032266.4627
Yxy67.03220.29720.3529
Hunter Lab81.8732-20.18709.1810
CIE-Lab85.5202-17.27955.3788

#b6dfcb color RGB value is (182,223,203).

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

The process color (four color CMYK) of #b6dfcb color hex is 0.18, 0.00, 0.09, 0.13. Web safe color of #b6dfcb is #cccccc. Color #b6dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 11001011
Octal 266 337 313
Decimal 182 223 203
Hex B6 DF CB

RGB Percentages of Color #b6dfcb

%29.93
%36.68
%33.39

CMYK Percentages of Color #b6dfcb

%18
%0
%9
%13

Triadic Colors of #b6dfcb

#b6dfcb #cbb6df #dfcbb6

Analogous Colors of #b6dfcb

#b6dfcb #b6dfdf #b6dfb7

Monochromatic Colors of #b6dfcb

#b6dfcb

Complementary Color

#b6dfcb #dfb6ca

#b6dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dfcb Color CSS Codes

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

#b6dfcb Text Font Color

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

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


#b6dfcb Background Color

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

This div background color is #b6dfcb


#b6dfcb Border Color

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

This div border color is #b6dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dfcb


Comments

No comments written yet.

Please login to write comment.