Color Hex Logo

#badab6 Color Hex

#BADAB6
(186,218,182)
0 Favorites   0 Comments

Color spaces of #badab6

RGB 186218182
HSL0.310.330.78
HSV113°17°85°
CMYK 0.150.000.17   0.15
XYZ53.764663.959353.7677
Yxy63.95930.31350.3730
Hunter Lab79.9746-19.955116.1209
CIE-Lab83.9446-17.282414.2357

#badab6 color RGB value is (186,218,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10110110
Octal 272 332 266
Decimal 186 218 182
Hex BA DA B6

RGB Percentages of Color #badab6

%31.74
%37.20
%31.06

CMYK Percentages of Color #badab6

%15
%0
%17
%15

Triadic Colors of #badab6

#badab6 #b6bada #dab6ba

Analogous Colors of #badab6

#badab6 #b6dac4 #ccdab6

Monochromatic Colors of #badab6

#badab6

Complementary Color

#badab6 #d6b6da

#badab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badab6 Color CSS Codes

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

#badab6 Text Font Color

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

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


#badab6 Background Color

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

This div background color is #badab6


#badab6 Border Color

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

This div border color is #badab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badab6


Comments

No comments written yet.

Please login to write comment.