Color Hex Logo

#b6deda Color Hex

#B6DEDA
(182,222,218)
0 Favorites   0 Comments

Color spaces of #b6deda

RGB 182222218
HSL0.480.380.79
HSV174°18°87°
CMYK 0.180.000.02   0.13
XYZ58.067667.249676.2496
Yxy67.24960.28810.3336
Hunter Lab82.0059-17.11602.2759
CIE-Lab85.6298-13.7966-2.3814

#b6deda color RGB value is (182,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011110 11011010
Octal 266 336 332
Decimal 182 222 218
Hex B6 DE DA

RGB Percentages of Color #b6deda

%29.26
%35.69
%35.05

CMYK Percentages of Color #b6deda

%18
%0
%2
%13

Triadic Colors of #b6deda

#b6deda #dab6de #dedab6

Analogous Colors of #b6deda

#b6deda #b6cede #b6dec6

Monochromatic Colors of #b6deda

#b6deda

Complementary Color

#b6deda #deb6ba

#b6deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6deda Color CSS Codes

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

#b6deda Text Font Color

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

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


#b6deda Background Color

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

This div background color is #b6deda


#b6deda Border Color

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

This div border color is #b6deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6deda


Comments

No comments written yet.

Please login to write comment.