Color Hex Logo

#badce6 Color Hex

#BADCE6
(186,220,230)
0 Favorites   0 Comments

Color spaces of #badce6

RGB 186220230
HSL0.540.470.82
HSV194°19°90°
CMYK 0.190.040.00   0.10
XYZ60.125867.338784.6916
Yxy67.33870.28340.3174
Hunter Lab82.0602-12.8176-3.7492
CIE-Lab85.6747-9.0354-8.6306

#badce6 color RGB value is (186,220,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11100110
Octal 272 334 346
Decimal 186 220 230
Hex BA DC E6

RGB Percentages of Color #badce6

%29.25
%34.59
%36.16

CMYK Percentages of Color #badce6

%19
%4
%0
%10

Triadic Colors of #badce6

#badce6 #e6badc #dce6ba

Analogous Colors of #badce6

#badce6 #bac6e6 #bae6da

Monochromatic Colors of #badce6

#badce6

Complementary Color

#badce6 #e6c4ba

#badce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badce6 Color CSS Codes

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

#badce6 Text Font Color

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

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


#badce6 Background Color

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

This div background color is #badce6


#badce6 Border Color

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

This div border color is #badce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badce6


Comments

No comments written yet.

Please login to write comment.