Color Hex Logo

#badbe6 Color Hex

#BADBE6
(186,219,230)
0 Favorites   0 Comments

Color spaces of #badbe6

RGB 186219230
HSL0.540.470.82
HSV195°19°90°
CMYK 0.190.050.00   0.10
XYZ59.864166.815384.6044
Yxy66.81530.28330.3162
Hunter Lab81.7406-12.3187-4.1488
CIE-Lab85.4106-8.5207-9.0228

#badbe6 color RGB value is (186,219,230).

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

The process color (four color CMYK) of #badbe6 color hex is 0.19, 0.05, 0.00, 0.10. Web safe color of #badbe6 is #ccccff. Color #badbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11100110
Octal 272 333 346
Decimal 186 219 230
Hex BA DB E6

RGB Percentages of Color #badbe6

%29.29
%34.49
%36.22

CMYK Percentages of Color #badbe6

%19
%5
%0
%10

Triadic Colors of #badbe6

#badbe6 #e6badb #dbe6ba

Analogous Colors of #badbe6

#badbe6 #bac5e6 #bae6db

Monochromatic Colors of #badbe6

#badbe6

Complementary Color

#badbe6 #e6c5ba

#badbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbe6 Color CSS Codes

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

#badbe6 Text Font Color

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

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


#badbe6 Background Color

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

This div background color is #badbe6


#badbe6 Border Color

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

This div border color is #badbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbe6


Comments

No comments written yet.

Please login to write comment.