Color Hex Logo

#baddd9 Color Hex

#BADDD9
(186,221,217)
0 Favorites   0 Comments

Color spaces of #baddd9

RGB 186221217
HSL0.480.340.80
HSV173°16°87°
CMYK 0.160.000.02   0.13
XYZ58.630567.161875.5190
Yxy67.16180.29120.3336
Hunter Lab81.9523-15.71372.7309
CIE-Lab85.5856-12.2394-1.8886

#baddd9 color RGB value is (186,221,217).

#baddd9 hex color red value is 186, green value is 221 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #baddd9 hue: 0.48 , saturation: 0.34 and the lightness value of baddd9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11011001
Octal 272 335 331
Decimal 186 221 217
Hex BA DD D9

RGB Percentages of Color #baddd9

%29.81
%35.42
%34.78

CMYK Percentages of Color #baddd9

%16
%0
%2
%13

Triadic Colors of #baddd9

#baddd9 #d9badd #ddd9ba

Analogous Colors of #baddd9

#baddd9 #bad0dd #baddc8

Monochromatic Colors of #baddd9

#baddd9

Complementary Color

#baddd9 #ddbabe

#baddd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddd9 Color CSS Codes

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

#baddd9 Text Font Color

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

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


#baddd9 Background Color

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

This div background color is #baddd9


#baddd9 Border Color

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

This div border color is #baddd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddd9


Comments

No comments written yet.

Please login to write comment.