Color Hex Logo

#badce9 Color Hex

#BADCE9
(186,220,233)
0 Favorites   0 Comments

Color spaces of #badce9

RGB 186220233
HSL0.550.520.82
HSV197°20°91°
CMYK 0.200.060.00   0.09
XYZ60.550967.508786.9299
Yxy67.50870.28160.3140
Hunter Lab82.1637-12.2400-5.2148
CIE-Lab85.7602-8.3948-10.0895

#badce9 color RGB value is (186,220,233).

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

The process color (four color CMYK) of #badce9 color hex is 0.20, 0.06, 0.00, 0.09. Web safe color of #badce9 is #ccccff. Color #badce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11101001
Octal 272 334 351
Decimal 186 220 233
Hex BA DC E9

RGB Percentages of Color #badce9

%29.11
%34.43
%36.46

CMYK Percentages of Color #badce9

%20
%6
%0
%9

Triadic Colors of #badce9

#badce9 #e9badc #dce9ba

Analogous Colors of #badce9

#badce9 #bac5e9 #bae9df

Monochromatic Colors of #badce9

#badce9

Complementary Color

#badce9 #e9c7ba

#badce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badce9 Color CSS Codes

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

#badce9 Text Font Color

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

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


#badce9 Background Color

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

This div background color is #badce9


#badce9 Border Color

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

This div border color is #badce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badce9


Comments

No comments written yet.

Please login to write comment.