Color Hex Logo

#bad2ec Color Hex

#BAD2EC
(186,210,236)
0 Favorites   0 Comments

Color spaces of #bad2ec

RGB 186210236
HSL0.590.570.83
HSV211°21°93°
CMYK 0.210.110.00   0.07
XYZ58.436662.588488.3577
Yxy62.58840.27910.2989
Hunter Lab79.1128-6.5986-10.8395
CIE-Lab83.2253-2.5357-15.4702

#bad2ec color RGB value is (186,210,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 11101100
Octal 272 322 354
Decimal 186 210 236
Hex BA D2 EC

RGB Percentages of Color #bad2ec

%29.43
%33.23
%37.34

CMYK Percentages of Color #bad2ec

%21
%11
%0
%7

Triadic Colors of #bad2ec

#bad2ec #ecbad2 #d2ecba

Analogous Colors of #bad2ec

#bad2ec #bbbaec #baebec

Monochromatic Colors of #bad2ec

#bad2ec

Complementary Color

#bad2ec #ecd4ba

#bad2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad2ec Color CSS Codes

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

#bad2ec Text Font Color

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

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


#bad2ec Background Color

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

This div background color is #bad2ec


#bad2ec Border Color

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

This div border color is #bad2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad2ec


Comments

No comments written yet.

Please login to write comment.