Color Hex Logo

#badce0 Color Hex

#BADCE0
(186,220,224)
0 Favorites   0 Comments

Color spaces of #badce0

RGB 186220224
HSL0.520.380.80
HSV186°17°88°
CMYK 0.170.020.00   0.12
XYZ59.297467.007380.3294
Yxy67.00730.28700.3243
Hunter Lab81.8580-13.9472-0.8822
CIE-Lab85.5076-10.2957-5.7049

#badce0 color RGB value is (186,220,224).

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

The process color (four color CMYK) of #badce0 color hex is 0.17, 0.02, 0.00, 0.12. Web safe color of #badce0 is #cccccc. Color #badce0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11100000
Octal 272 334 340
Decimal 186 220 224
Hex BA DC E0

RGB Percentages of Color #badce0

%29.52
%34.92
%35.56

CMYK Percentages of Color #badce0

%17
%2
%0
%12

Triadic Colors of #badce0

#badce0 #e0badc #dce0ba

Analogous Colors of #badce0

#badce0 #bac9e0 #bae0d1

Monochromatic Colors of #badce0

#badce0

Complementary Color

#badce0 #e0beba

#badce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badce0 Color CSS Codes

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

#badce0 Text Font Color

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

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


#badce0 Background Color

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

This div background color is #badce0


#badce0 Border Color

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

This div border color is #badce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badce0


Comments

No comments written yet.

Please login to write comment.