Color Hex Logo

#bad7dc Color Hex

#BAD7DC
(186,215,220)
0 Favorites   0 Comments

Color spaces of #bad7dc

RGB 186215220
HSL0.520.330.80
HSV189°15°86°
CMYK 0.150.020.00   0.14
XYZ57.468464.207377.0745
Yxy64.20730.28910.3231
Hunter Lab80.1295-12.2073-0.9389
CIE-Lab84.0736-8.5530-5.7028

#bad7dc color RGB value is (186,215,220).

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

The process color (four color CMYK) of #bad7dc color hex is 0.15, 0.02, 0.00, 0.14. Web safe color of #bad7dc is #cccccc. Color #bad7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11011100
Octal 272 327 334
Decimal 186 215 220
Hex BA D7 DC

RGB Percentages of Color #bad7dc

%29.95
%34.62
%35.43

CMYK Percentages of Color #bad7dc

%15
%2
%0
%14

Triadic Colors of #bad7dc

#bad7dc #dcbad7 #d7dcba

Analogous Colors of #bad7dc

#bad7dc #bac6dc #badcd0

Monochromatic Colors of #bad7dc

#bad7dc

Complementary Color

#bad7dc #dcbfba

#bad7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7dc Color CSS Codes

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

#bad7dc Text Font Color

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

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


#bad7dc Background Color

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

This div background color is #bad7dc


#bad7dc Border Color

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

This div border color is #bad7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7dc


Comments

No comments written yet.

Please login to write comment.