Color Hex Logo

#badaee Color Hex

#BADAEE
(186,218,238)
0 Favorites   0 Comments

Color spaces of #badaee

RGB 186218238
HSL0.560.600.83
HSV203°22°93°
CMYK 0.220.080.00   0.07
XYZ60.753766.755090.5719
Yxy66.75500.27860.3061
Hunter Lab81.7037-10.2515-8.5328
CIE-Lab85.3801-6.2765-13.3006

#badaee color RGB value is (186,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11101110
Octal 272 332 356
Decimal 186 218 238
Hex BA DA EE

RGB Percentages of Color #badaee

%28.97
%33.96
%37.07

CMYK Percentages of Color #badaee

%22
%8
%0
%7

Triadic Colors of #badaee

#badaee #eebada #daeeba

Analogous Colors of #badaee

#badaee #bac0ee #baeee8

Monochromatic Colors of #badaee

#badaee

Complementary Color

#badaee #eeceba

#badaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaee Color CSS Codes

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

#badaee Text Font Color

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

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


#badaee Background Color

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

This div background color is #badaee


#badaee Border Color

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

This div border color is #badaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaee

#badaee Color Palettes


Comments

No comments written yet.

Please login to write comment.