Color Hex Logo

#badaef Color Hex

#BADAEF
(186,218,239)
0 Favorites   0 Comments

Color spaces of #badaef

RGB 186218239
HSL0.570.620.83
HSV204°22°94°
CMYK 0.220.090.00   0.06
XYZ60.901166.813991.3479
Yxy66.81390.27800.3050
Hunter Lab81.7398-10.0512-9.0414
CIE-Lab85.4099-6.0570-13.7848

#badaef color RGB value is (186,218,239).

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

The process color (four color CMYK) of #badaef color hex is 0.22, 0.09, 0.00, 0.06. Web safe color of #badaef is #ccccff. Color #badaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11101111
Octal 272 332 357
Decimal 186 218 239
Hex BA DA EF

RGB Percentages of Color #badaef

%28.93
%33.90
%37.17

CMYK Percentages of Color #badaef

%22
%9
%0
%6

Triadic Colors of #badaef

#badaef #efbada #daefba

Analogous Colors of #badaef

#badaef #bac0ef #baefea

Monochromatic Colors of #badaef

#badaef

Complementary Color

#badaef #efcfba

#badaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaef Color CSS Codes

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

#badaef Text Font Color

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

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


#badaef Background Color

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

This div background color is #badaef


#badaef Border Color

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

This div border color is #badaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaef


Comments

No comments written yet.

Please login to write comment.