Color Hex Logo

#b6dada Color Hex

#B6DADA
(182,218,218)
0 Favorites   0 Comments

Color spaces of #b6dada

RGB 182218218
HSL0.500.330.78
HSV180°17°85°
CMYK 0.170.000.00   0.15
XYZ57.017765.149875.8997
Yxy65.14980.28790.3289
Hunter Lab80.7154-15.15890.7482
CIE-Lab84.5609-11.7616-3.9524

#b6dada color RGB value is (182,218,218).

#b6dada hex color red value is 182, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b6dada hue: 0.50 , saturation: 0.33 and the lightness value of b6dada is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011010 11011010
Octal 266 332 332
Decimal 182 218 218
Hex B6 DA DA

RGB Percentages of Color #b6dada

%29.45
%35.28
%35.28

CMYK Percentages of Color #b6dada

%17
%0
%0
%15

Triadic Colors of #b6dada

#b6dada #dab6da #dadab6

Analogous Colors of #b6dada

#b6dada #b6c8da #b6dac8

Monochromatic Colors of #b6dada

#b6dada

Complementary Color

#b6dada #dab6b6

#b6dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dada Color CSS Codes

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

#b6dada Text Font Color

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

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


#b6dada Background Color

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

This div background color is #b6dada


#b6dada Border Color

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

This div border color is #b6dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dada


Comments

No comments written yet.

Please login to write comment.