Color Hex Logo

#b6dbcf Color Hex

#B6DBCF
(182,219,207)
0 Favorites   0 Comments

Color spaces of #b6dbcf

RGB 182219207
HSL0.450.340.79
HSV161°17°86°
CMYK 0.170.000.05   0.14
XYZ55.885465.113168.6541
Yxy65.11310.29470.3433
Hunter Lab80.6927-17.58836.0404
CIE-Lab84.5420-14.49031.8477

#b6dbcf color RGB value is (182,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 11001111
Octal 266 333 317
Decimal 182 219 207
Hex B6 DB CF

RGB Percentages of Color #b6dbcf

%29.93
%36.02
%34.05

CMYK Percentages of Color #b6dbcf

%17
%0
%5
%14

Triadic Colors of #b6dbcf

#b6dbcf #cfb6db #dbcfb6

Analogous Colors of #b6dbcf

#b6dbcf #b6d5db #b6dbbd

Monochromatic Colors of #b6dbcf

#b6dbcf

Complementary Color

#b6dbcf #dbb6c2

#b6dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dbcf Color CSS Codes

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

#b6dbcf Text Font Color

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

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


#b6dbcf Background Color

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

This div background color is #b6dbcf


#b6dbcf Border Color

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

This div border color is #b6dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dbcf


Comments

No comments written yet.

Please login to write comment.