Color Hex Logo

#bad1ed Color Hex

#BAD1ED
(186,209,237)
0 Favorites   0 Comments

Color spaces of #bad1ed

RGB 186209237
HSL0.590.590.83
HSV213°22°93°
CMYK 0.220.120.00   0.07
XYZ58.336262.154589.0431
Yxy62.15450.27840.2966
Hunter Lab78.8381-5.8858-11.7779
CIE-Lab82.9955-1.7886-16.3476

#bad1ed color RGB value is (186,209,237).

#bad1ed hex color red value is 186, green value is 209 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bad1ed hue: 0.59 , saturation: 0.59 and the lightness value of bad1ed is 0.83.

The process color (four color CMYK) of #bad1ed color hex is 0.22, 0.12, 0.00, 0.07. Web safe color of #bad1ed is #ccccff. Color #bad1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 11101101
Octal 272 321 355
Decimal 186 209 237
Hex BA D1 ED

RGB Percentages of Color #bad1ed

%29.43
%33.07
%37.50

CMYK Percentages of Color #bad1ed

%22
%12
%0
%7

Triadic Colors of #bad1ed

#bad1ed #edbad1 #d1edba

Analogous Colors of #bad1ed

#bad1ed #bdbaed #baebed

Monochromatic Colors of #bad1ed

#bad1ed

Complementary Color

#bad1ed #edd6ba

#bad1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad1ed Color CSS Codes

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

#bad1ed Text Font Color

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

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


#bad1ed Background Color

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

This div background color is #bad1ed


#bad1ed Border Color

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

This div border color is #bad1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad1ed


Comments

No comments written yet.

Please login to write comment.