Color Hex Logo

#badaec Color Hex

#BADAEC
(186,218,236)
0 Favorites   0 Comments

Color spaces of #badaec

RGB 186218236
HSL0.560.570.83
HSV202°21°93°
CMYK 0.210.080.00   0.07
XYZ60.461466.638089.0327
Yxy66.63800.27970.3083
Hunter Lab81.6321-10.6489-7.5226
CIE-Lab85.3208-6.7130-12.3311

#badaec color RGB value is (186,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11101100
Octal 272 332 354
Decimal 186 218 236
Hex BA DA EC

RGB Percentages of Color #badaec

%29.06
%34.06
%36.88

CMYK Percentages of Color #badaec

%21
%8
%0
%7

Triadic Colors of #badaec

#badaec #ecbada #daecba

Analogous Colors of #badaec

#badaec #bac1ec #baece5

Monochromatic Colors of #badaec

#badaec

Complementary Color

#badaec #ecccba

#badaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaec Color CSS Codes

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

#badaec Text Font Color

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

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


#badaec Background Color

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

This div background color is #badaec


#badaec Border Color

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

This div border color is #badaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaec


Comments

No comments written yet.

Please login to write comment.