Color Hex Logo

#bad7df Color Hex

#BAD7DF
(186,215,223)
1 Favorites   0 Comments

Color spaces of #bad7df

RGB 186215223
HSL0.540.370.80
HSV193°17°87°
CMYK 0.170.040.00   0.13
XYZ57.869464.367779.1862
Yxy64.36770.28730.3196
Hunter Lab80.2295-11.6498-2.3584
CIE-Lab84.1568-7.9308-7.1724

#bad7df color RGB value is (186,215,223).

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

The process color (four color CMYK) of #bad7df color hex is 0.17, 0.04, 0.00, 0.13. Web safe color of #bad7df is #cccccc. Color #bad7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11011111
Octal 272 327 337
Decimal 186 215 223
Hex BA D7 DF

RGB Percentages of Color #bad7df

%29.81
%34.46
%35.74

CMYK Percentages of Color #bad7df

%17
%4
%0
%13

Triadic Colors of #bad7df

#bad7df #dfbad7 #d7dfba

Analogous Colors of #bad7df

#bad7df #bac5df #badfd5

Monochromatic Colors of #bad7df

#bad7df

Complementary Color

#bad7df #dfc2ba

#bad7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7df Color CSS Codes

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

#bad7df Text Font Color

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

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


#bad7df Background Color

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

This div background color is #bad7df


#bad7df Border Color

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

This div border color is #bad7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7df

#bad7df Color Palettes


Comments

No comments written yet.

Please login to write comment.