Color Hex Logo

#baddd8 Color Hex

#BADDD8
(186,221,216)
0 Favorites   0 Comments

Color spaces of #baddd8

RGB 186221216
HSL0.480.340.80
HSV171°16°87°
CMYK 0.160.000.02   0.13
XYZ58.500867.109974.8359
Yxy67.10990.29190.3348
Hunter Lab81.9206-15.89153.1820
CIE-Lab85.5594-12.4407-1.3983

#baddd8 color RGB value is (186,221,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11011000
Octal 272 335 330
Decimal 186 221 216
Hex BA DD D8

RGB Percentages of Color #baddd8

%29.86
%35.47
%34.67

CMYK Percentages of Color #baddd8

%16
%0
%2
%13

Triadic Colors of #baddd8

#baddd8 #d8badd #ddd8ba

Analogous Colors of #baddd8

#baddd8 #bad1dd #baddc7

Monochromatic Colors of #baddd8

#baddd8

Complementary Color

#baddd8 #ddbabf

#baddd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddd8 Color CSS Codes

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

#baddd8 Text Font Color

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

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


#baddd8 Background Color

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

This div background color is #baddd8


#baddd8 Border Color

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

This div border color is #baddd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddd8


Comments

No comments written yet.

Please login to write comment.