Color Hex Logo

#badeec Color Hex

#BADEEC
(186,222,236)
0 Favorites   0 Comments

Color spaces of #badeec

RGB 186222236
HSL0.550.570.83
HSV197°21°93°
CMYK 0.210.060.00   0.07
XYZ61.511368.737889.3826
Yxy68.73780.28010.3130
Hunter Lab82.9083-12.6567-5.8842
CIE-Lab86.3740-8.7780-10.7599

#badeec color RGB value is (186,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 11101100
Octal 272 336 354
Decimal 186 222 236
Hex BA DE EC

RGB Percentages of Color #badeec

%28.88
%34.47
%36.65

CMYK Percentages of Color #badeec

%21
%6
%0
%7

Triadic Colors of #badeec

#badeec #ecbade #deecba

Analogous Colors of #badeec

#badeec #bac5ec #baece1

Monochromatic Colors of #badeec

#badeec

Complementary Color

#badeec #ecc8ba

#badeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#badeec Color CSS Codes

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

#badeec Text Font Color

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

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


#badeec Background Color

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

This div background color is #badeec


#badeec Border Color

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

This div border color is #badeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badeec


Comments

No comments written yet.

Please login to write comment.