Color Hex Logo

#b6ddcf Color Hex

#B6DDCF
(182,221,207)
0 Favorites   0 Comments

Color spaces of #b6ddcf

RGB 182221207
HSL0.440.360.79
HSV158°18°87°
CMYK 0.180.000.06   0.13
XYZ56.410366.163068.8291
Yxy66.16300.29470.3457
Hunter Lab81.3406-18.55516.7682
CIE-Lab85.0795-15.49982.6289

#b6ddcf color RGB value is (182,221,207).

#b6ddcf hex color red value is 182, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b6ddcf hue: 0.44 , saturation: 0.36 and the lightness value of b6ddcf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011101 11001111
Octal 266 335 317
Decimal 182 221 207
Hex B6 DD CF

RGB Percentages of Color #b6ddcf

%29.84
%36.23
%33.93

CMYK Percentages of Color #b6ddcf

%18
%0
%6
%13

Triadic Colors of #b6ddcf

#b6ddcf #cfb6dd #ddcfb6

Analogous Colors of #b6ddcf

#b6ddcf #b6d8dd #b6ddbc

Monochromatic Colors of #b6ddcf

#b6ddcf

Complementary Color

#b6ddcf #ddb6c4

#b6ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ddcf Color CSS Codes

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

#b6ddcf Text Font Color

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

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


#b6ddcf Background Color

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

This div background color is #b6ddcf


#b6ddcf Border Color

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

This div border color is #b6ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ddcf


Comments

No comments written yet.

Please login to write comment.