Color Hex Logo

#bad1df Color Hex

#BAD1DF
(186,209,223)
0 Favorites   0 Comments

Color spaces of #bad1df

RGB 186209223
HSL0.560.370.80
HSV203°17°87°
CMYK 0.170.060.00   0.13
XYZ56.369461.367778.6862
Yxy61.36770.28700.3124
Hunter Lab78.3375-8.6473-4.7176
CIE-Lab82.5760-4.8105-9.5186

#bad1df color RGB value is (186,209,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 11011111
Octal 272 321 337
Decimal 186 209 223
Hex BA D1 DF

RGB Percentages of Color #bad1df

%30.10
%33.82
%36.08

CMYK Percentages of Color #bad1df

%17
%6
%0
%13

Triadic Colors of #bad1df

#bad1df #dfbad1 #d1dfba

Analogous Colors of #bad1df

#bad1df #babfdf #badfdb

Monochromatic Colors of #bad1df

#bad1df

Complementary Color

#bad1df #dfc8ba

#bad1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad1df Color CSS Codes

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

#bad1df Text Font Color

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

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


#bad1df Background Color

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

This div background color is #bad1df


#bad1df Border Color

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

This div border color is #bad1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad1df


Comments

No comments written yet.

Please login to write comment.