Color Hex Logo

#badcd9 Color Hex

#BADCD9
(186,220,217)
0 Favorites   0 Comments

Color spaces of #badcd9

RGB 186220217
HSL0.490.330.80
HSV175°15°86°
CMYK 0.150.000.01   0.14
XYZ58.367366.635375.4312
Yxy66.63530.29120.3325
Hunter Lab81.6304-15.22242.3540
CIE-Lab85.3194-11.7301-2.2789

#badcd9 color RGB value is (186,220,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11011001
Octal 272 334 331
Decimal 186 220 217
Hex BA DC D9

RGB Percentages of Color #badcd9

%29.86
%35.31
%34.83

CMYK Percentages of Color #badcd9

%15
%0
%1
%14

Triadic Colors of #badcd9

#badcd9 #d9badc #dcd9ba

Analogous Colors of #badcd9

#badcd9 #bacedc #badcc8

Monochromatic Colors of #badcd9

#badcd9

Complementary Color

#badcd9 #dcbabd

#badcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcd9 Color CSS Codes

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

#badcd9 Text Font Color

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

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


#badcd9 Background Color

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

This div background color is #badcd9


#badcd9 Border Color

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

This div border color is #badcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcd9


Comments

No comments written yet.

Please login to write comment.