Color Hex Logo

#bad1ee Color Hex

#BAD1EE
(186,209,238)
0 Favorites   0 Comments

Color spaces of #bad1ee

RGB 186209238
HSL0.590.600.83
HSV213°22°93°
CMYK 0.220.120.00   0.07
XYZ58.482862.213189.8149
Yxy62.21310.27780.2955
Hunter Lab78.8753-5.6813-12.3005
CIE-Lab83.0266-1.5671-16.8328

#bad1ee color RGB value is (186,209,238).

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

The process color (four color CMYK) of #bad1ee color hex is 0.22, 0.12, 0.00, 0.07. Web safe color of #bad1ee is #ccccff. Color #bad1ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 11101110
Octal 272 321 356
Decimal 186 209 238
Hex BA D1 EE

RGB Percentages of Color #bad1ee

%29.38
%33.02
%37.60

CMYK Percentages of Color #bad1ee

%22
%12
%0
%7

Triadic Colors of #bad1ee

#bad1ee #eebad1 #d1eeba

Analogous Colors of #bad1ee

#bad1ee #bdbaee #baebee

Monochromatic Colors of #bad1ee

#bad1ee

Complementary Color

#bad1ee #eed7ba

#bad1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad1ee Color CSS Codes

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

#bad1ee Text Font Color

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

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


#bad1ee Background Color

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

This div background color is #bad1ee


#bad1ee Border Color

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

This div border color is #bad1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad1ee


Comments

No comments written yet.

Please login to write comment.