Color Hex Logo

#bad5ec Color Hex

#BAD5EC
(186,213,236)
0 Favorites   0 Comments

Color spaces of #bad5ec

RGB 186213236
HSL0.580.570.83
HSV208°21°93°
CMYK 0.210.100.00   0.07
XYZ59.184364.083788.6069
Yxy64.08370.27930.3025
Hunter Lab80.0523-8.1228-9.5893
CIE-Lab84.0093-4.1093-14.2937

#bad5ec color RGB value is (186,213,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 11101100
Octal 272 325 354
Decimal 186 213 236
Hex BA D5 EC

RGB Percentages of Color #bad5ec

%29.29
%33.54
%37.17

CMYK Percentages of Color #bad5ec

%21
%10
%0
%7

Triadic Colors of #bad5ec

#bad5ec #ecbad5 #d5ecba

Analogous Colors of #bad5ec

#bad5ec #babcec #baecea

Monochromatic Colors of #bad5ec

#bad5ec

Complementary Color

#bad5ec #ecd1ba

#bad5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad5ec Color CSS Codes

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

#bad5ec Text Font Color

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

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


#bad5ec Background Color

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

This div background color is #bad5ec


#bad5ec Border Color

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

This div border color is #bad5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad5ec


Comments

No comments written yet.

Please login to write comment.