Color Hex Logo

#bad5ee Color Hex

#BAD5EE
(186,213,238)
0 Favorites   0 Comments

Color spaces of #bad5ee

RGB 186213238
HSL0.580.600.83
HSV209°22°93°
CMYK 0.220.110.00   0.07
XYZ59.476664.200690.1461
Yxy64.20060.27820.3003
Hunter Lab80.1253-7.7196-10.6174
CIE-Lab84.0701-3.6695-15.2639

#bad5ee color RGB value is (186,213,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 11101110
Octal 272 325 356
Decimal 186 213 238
Hex BA D5 EE

RGB Percentages of Color #bad5ee

%29.20
%33.44
%37.36

CMYK Percentages of Color #bad5ee

%22
%11
%0
%7

Triadic Colors of #bad5ee

#bad5ee #eebad5 #d5eeba

Analogous Colors of #bad5ee

#bad5ee #babbee #baeeed

Monochromatic Colors of #bad5ee

#bad5ee

Complementary Color

#bad5ee #eed3ba

#bad5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad5ee Color CSS Codes

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

#bad5ee Text Font Color

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

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


#bad5ee Background Color

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

This div background color is #bad5ee


#bad5ee Border Color

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

This div border color is #bad5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad5ee


Comments

No comments written yet.

Please login to write comment.