Color Hex Logo

#b6dfcd Color Hex

#B6DFCD
(182,223,205)
0 Favorites   0 Comments

Color spaces of #b6dfcd

RGB 182223205
HSL0.430.390.79
HSV154°18°87°
CMYK 0.180.000.08   0.13
XYZ56.698567.128267.7263
Yxy67.12820.29600.3504
Hunter Lab81.9318-19.85508.3421
CIE-Lab85.5686-16.89384.3939

#b6dfcd color RGB value is (182,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 11001101
Octal 266 337 315
Decimal 182 223 205
Hex B6 DF CD

RGB Percentages of Color #b6dfcd

%29.84
%36.56
%33.61

CMYK Percentages of Color #b6dfcd

%18
%0
%8
%13

Triadic Colors of #b6dfcd

#b6dfcd #cdb6df #dfcdb6

Analogous Colors of #b6dfcd

#b6dfcd #b6dddf #b6dfb9

Monochromatic Colors of #b6dfcd

#b6dfcd

Complementary Color

#b6dfcd #dfb6c8

#b6dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dfcd Color CSS Codes

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

#b6dfcd Text Font Color

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

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


#b6dfcd Background Color

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

This div background color is #b6dfcd


#b6dfcd Border Color

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

This div border color is #b6dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dfcd


Comments

No comments written yet.

Please login to write comment.