Color Hex Logo

#bad5df Color Hex

#BAD5DF
(186,213,223)
0 Favorites   0 Comments

Color spaces of #bad5df

RGB 186213223
HSL0.550.370.80
HSV196°17°87°
CMYK 0.170.040.00   0.13
XYZ57.363263.355379.0175
Yxy63.35530.28720.3172
Hunter Lab79.5960-10.6519-3.1418
CIE-Lab83.6290-6.8947-7.9547

#bad5df color RGB value is (186,213,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 11011111
Octal 272 325 337
Decimal 186 213 223
Hex BA D5 DF

RGB Percentages of Color #bad5df

%29.90
%34.24
%35.85

CMYK Percentages of Color #bad5df

%17
%4
%0
%13

Triadic Colors of #bad5df

#bad5df #dfbad5 #d5dfba

Analogous Colors of #bad5df

#bad5df #bac3df #badfd7

Monochromatic Colors of #bad5df

#bad5df

Complementary Color

#bad5df #dfc4ba

#bad5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad5df Color CSS Codes

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

#bad5df Text Font Color

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

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


#bad5df Background Color

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

This div background color is #bad5df


#bad5df Border Color

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

This div border color is #bad5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad5df


Comments

No comments written yet.

Please login to write comment.