Color Hex Logo

#bad4ec Color Hex

#BAD4EC
(186,212,236)
0 Favorites   0 Comments

Color spaces of #bad4ec

RGB 186212236
HSL0.580.570.83
HSV209°21°93°
CMYK 0.210.100.00   0.07
XYZ58.933563.582288.5233
Yxy63.58220.27930.3013
Hunter Lab79.7384-7.6156-10.0051
CIE-Lab83.7478-3.5858-14.6859

#bad4ec color RGB value is (186,212,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 11101100
Octal 272 324 354
Decimal 186 212 236
Hex BA D4 EC

RGB Percentages of Color #bad4ec

%29.34
%33.44
%37.22

CMYK Percentages of Color #bad4ec

%21
%10
%0
%7

Triadic Colors of #bad4ec

#bad4ec #ecbad4 #d4ecba

Analogous Colors of #bad4ec

#bad4ec #babbec #baeceb

Monochromatic Colors of #bad4ec

#bad4ec

Complementary Color

#bad4ec #ecd2ba

#bad4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad4ec Color CSS Codes

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

#bad4ec Text Font Color

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

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


#bad4ec Background Color

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

This div background color is #bad4ec


#bad4ec Border Color

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

This div border color is #bad4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad4ec


Comments

No comments written yet.

Please login to write comment.