Color Hex Logo

#bad6cd Color Hex

#BAD6CD
(186,214,205)
0 Favorites   0 Comments

Color spaces of #bad6cd

RGB 186214205
HSL0.450.250.78
HSV161°13°84°
CMYK 0.130.000.04   0.16
XYZ55.315762.940066.9908
Yxy62.94000.29860.3398
Hunter Lab79.3347-14.37775.4694
CIE-Lab83.4108-11.04271.2937

#bad6cd color RGB value is (186,214,205).

#bad6cd hex color red value is 186, green value is 214 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bad6cd hue: 0.45 , saturation: 0.25 and the lightness value of bad6cd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 11001101
Octal 272 326 315
Decimal 186 214 205
Hex BA D6 CD

RGB Percentages of Color #bad6cd

%30.74
%35.37
%33.88

CMYK Percentages of Color #bad6cd

%13
%0
%4
%16

Triadic Colors of #bad6cd

#bad6cd #cdbad6 #d6cdba

Analogous Colors of #bad6cd

#bad6cd #bad1d6 #bad6bf

Monochromatic Colors of #bad6cd

#bad6cd

Complementary Color

#bad6cd #d6bac3

#bad6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad6cd Color CSS Codes

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

#bad6cd Text Font Color

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

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


#bad6cd Background Color

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

This div background color is #bad6cd


#bad6cd Border Color

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

This div border color is #bad6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad6cd


Comments

No comments written yet.

Please login to write comment.