Color Hex Logo

#badeea Color Hex

#BADEEA
(186,222,234)
0 Favorites   0 Comments

Color spaces of #badeea

RGB 186222234
HSL0.540.530.82
HSV195°21°92°
CMYK 0.210.050.00   0.08
XYZ61.222368.622287.8605
Yxy68.62220.28120.3152
Hunter Lab82.8385-13.0459-4.8974
CIE-Lab86.3166-9.2089-9.7898

#badeea color RGB value is (186,222,234).

#badeea hex color red value is 186, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #badeea hue: 0.54 , saturation: 0.53 and the lightness value of badeea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 11101010
Octal 272 336 352
Decimal 186 222 234
Hex BA DE EA

RGB Percentages of Color #badeea

%28.97
%34.58
%36.45

CMYK Percentages of Color #badeea

%21
%5
%0
%8

Triadic Colors of #badeea

#badeea #eabade #deeaba

Analogous Colors of #badeea

#badeea #bac6ea #baeade

Monochromatic Colors of #badeea

#badeea

Complementary Color

#badeea #eac6ba

#badeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#badeea Color CSS Codes

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

#badeea Text Font Color

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

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


#badeea Background Color

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

This div background color is #badeea


#badeea Border Color

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

This div border color is #badeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badeea


Comments

No comments written yet.

Please login to write comment.