Color Hex Logo

#baddb6 Color Hex

#BADDB6
(186,221,182)
0 Favorites   0 Comments

Color spaces of #baddb6

RGB 186221182
HSL0.320.360.79
HSV114°18°87°
CMYK 0.160.000.18   0.13
XYZ54.549665.529454.0293
Yxy65.52940.31330.3764
Hunter Lab80.9502-21.377817.0927
CIE-Lab84.7558-18.776315.3784

#baddb6 color RGB value is (186,221,182).

#baddb6 hex color red value is 186, green value is 221 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #baddb6 hue: 0.32 , saturation: 0.36 and the lightness value of baddb6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10110110
Octal 272 335 266
Decimal 186 221 182
Hex BA DD B6

RGB Percentages of Color #baddb6

%31.58
%37.52
%30.90

CMYK Percentages of Color #baddb6

%16
%0
%18
%13

Triadic Colors of #baddb6

#baddb6 #b6badd #ddb6ba

Analogous Colors of #baddb6

#baddb6 #b6ddc6 #ceddb6

Monochromatic Colors of #baddb6

#baddb6

Complementary Color

#baddb6 #d9b6dd

#baddb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddb6 Color CSS Codes

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

#baddb6 Text Font Color

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

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


#baddb6 Background Color

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

This div background color is #baddb6


#baddb6 Border Color

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

This div border color is #baddb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddb6


Comments

No comments written yet.

Please login to write comment.