Color Hex Logo

#bad7dd Color Hex

#BAD7DD
(186,215,221)
0 Favorites   0 Comments

Color spaces of #bad7dd

RGB 186215221
HSL0.530.340.80
HSV190°16°87°
CMYK 0.160.030.00   0.13
XYZ57.601364.260477.7742
Yxy64.26040.28850.3219
Hunter Lab80.1626-12.0223-1.4097
CIE-Lab84.1012-8.3462-6.1930

#bad7dd color RGB value is (186,215,221).

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

The process color (four color CMYK) of #bad7dd color hex is 0.16, 0.03, 0.00, 0.13. Web safe color of #bad7dd is #cccccc. Color #bad7dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11011101
Octal 272 327 335
Decimal 186 215 221
Hex BA D7 DD

RGB Percentages of Color #bad7dd

%29.90
%34.57
%35.53

CMYK Percentages of Color #bad7dd

%16
%3
%0
%13

Triadic Colors of #bad7dd

#bad7dd #ddbad7 #d7ddba

Analogous Colors of #bad7dd

#bad7dd #bac6dd #baddd2

Monochromatic Colors of #bad7dd

#bad7dd

Complementary Color

#bad7dd #ddc0ba

#bad7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7dd Color CSS Codes

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

#bad7dd Text Font Color

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

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


#bad7dd Background Color

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

This div background color is #bad7dd


#bad7dd Border Color

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

This div border color is #bad7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7dd


Comments

No comments written yet.

Please login to write comment.