Color Hex Logo

#bad0eb Color Hex

#BAD0EB
(186,208,235)
0 Favorites   0 Comments

Color spaces of #bad0eb

RGB 186208235
HSL0.590.550.83
HSV213°21°92°
CMYK 0.210.110.00   0.08
XYZ57.801061.549087.4310
Yxy61.54900.27950.2977
Hunter Lab78.4532-5.7817-11.1577
CIE-Lab82.6730-1.7019-15.7680

#bad0eb color RGB value is (186,208,235).

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

The process color (four color CMYK) of #bad0eb color hex is 0.21, 0.11, 0.00, 0.08. Web safe color of #bad0eb is #ccccff. Color #bad0eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 11101011
Octal 272 320 353
Decimal 186 208 235
Hex BA D0 EB

RGB Percentages of Color #bad0eb

%29.57
%33.07
%37.36

CMYK Percentages of Color #bad0eb

%21
%11
%0
%8

Triadic Colors of #bad0eb

#bad0eb #ebbad0 #d0ebba

Analogous Colors of #bad0eb

#bad0eb #bdbaeb #bae9eb

Monochromatic Colors of #bad0eb

#bad0eb

Complementary Color

#bad0eb #ebd5ba

#bad0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad0eb Color CSS Codes

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

#bad0eb Text Font Color

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

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


#bad0eb Background Color

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

This div background color is #bad0eb


#bad0eb Border Color

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

This div border color is #bad0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad0eb


Comments

No comments written yet.

Please login to write comment.