Color Hex Logo

#bad6ec Color Hex

#BAD6EC
(186,214,236)
0 Favorites   0 Comments

Color spaces of #bad6ec

RGB 186214236
HSL0.570.570.83
HSV206°21°93°
CMYK 0.210.090.00   0.07
XYZ59.436664.588488.6910
Yxy64.58840.27940.3036
Hunter Lab80.3669-8.6296-9.1742
CIE-Lab84.2712-4.6321-13.9013

#bad6ec color RGB value is (186,214,236).

#bad6ec hex color red value is 186, green value is 214 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bad6ec hue: 0.57 , saturation: 0.57 and the lightness value of bad6ec is 0.83.

The process color (four color CMYK) of #bad6ec color hex is 0.21, 0.09, 0.00, 0.07. Web safe color of #bad6ec is #ccccff. Color #bad6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 11101100
Octal 272 326 354
Decimal 186 214 236
Hex BA D6 EC

RGB Percentages of Color #bad6ec

%29.25
%33.65
%37.11

CMYK Percentages of Color #bad6ec

%21
%9
%0
%7

Triadic Colors of #bad6ec

#bad6ec #ecbad6 #d6ecba

Analogous Colors of #bad6ec

#bad6ec #babdec #baece9

Monochromatic Colors of #bad6ec

#bad6ec

Complementary Color

#bad6ec #ecd0ba

#bad6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad6ec Color CSS Codes

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

#bad6ec Text Font Color

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

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


#bad6ec Background Color

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

This div background color is #bad6ec


#bad6ec Border Color

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

This div border color is #bad6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad6ec


Comments

No comments written yet.

Please login to write comment.