Color Hex Logo

#b6d4de Color Hex

#B6D4DE
(182,212,222)
0 Favorites   0 Comments

Color spaces of #b6d4de

RGB 182212222
HSL0.540.380.79
HSV195°18°87°
CMYK 0.180.050.00   0.13
XYZ56.019762.306078.1809
Yxy62.30600.28510.3171
Hunter Lab78.9341-11.4530-3.4703
CIE-Lab83.0759-7.8356-8.2718

#b6d4de color RGB value is (182,212,222).

#b6d4de hex color red value is 182, green value is 212 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b6d4de hue: 0.54 , saturation: 0.38 and the lightness value of b6d4de is 0.79.

The process color (four color CMYK) of #b6d4de color hex is 0.18, 0.05, 0.00, 0.13. Web safe color of #b6d4de is #cccccc. Color #b6d4de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010100 11011110
Octal 266 324 336
Decimal 182 212 222
Hex B6 D4 DE

RGB Percentages of Color #b6d4de

%29.55
%34.42
%36.04

CMYK Percentages of Color #b6d4de

%18
%5
%0
%13

Triadic Colors of #b6d4de

#b6d4de #deb6d4 #d4deb6

Analogous Colors of #b6d4de

#b6d4de #b6c0de #b6ded4

Monochromatic Colors of #b6d4de

#b6d4de

Complementary Color

#b6d4de #dec0b6

#b6d4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d4de Color CSS Codes

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

#b6d4de Text Font Color

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

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


#b6d4de Background Color

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

This div background color is #b6d4de


#b6d4de Border Color

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

This div border color is #b6d4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d4de


Comments

No comments written yet.

Please login to write comment.