Color Hex Logo

#bad1d7 Color Hex

#BAD1D7
(186,209,215)
0 Favorites   0 Comments

Color spaces of #bad1d7

RGB 186209215
HSL0.530.270.79
HSV192°13°84°
CMYK 0.130.030.00   0.16
XYZ55.315960.946373.1383
Yxy60.94630.29210.3218
Hunter Lab78.0681-10.1413-0.8983
CIE-Lab82.3499-6.4692-5.5872

#bad1d7 color RGB value is (186,209,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 11010111
Octal 272 321 327
Decimal 186 209 215
Hex BA D1 D7

RGB Percentages of Color #bad1d7

%30.49
%34.26
%35.25

CMYK Percentages of Color #bad1d7

%13
%3
%0
%16

Triadic Colors of #bad1d7

#bad1d7 #d7bad1 #d1d7ba

Analogous Colors of #bad1d7

#bad1d7 #bac3d7 #bad7cf

Monochromatic Colors of #bad1d7

#bad1d7

Complementary Color

#bad1d7 #d7c0ba

#bad1d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad1d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad1d7 Color CSS Codes

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

#bad1d7 Text Font Color

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

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


#bad1d7 Background Color

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

This div background color is #bad1d7


#bad1d7 Border Color

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

This div border color is #bad1d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad1d7


Comments

No comments written yet.

Please login to write comment.