Color Hex Logo

#badde0 Color Hex

#BADDE0
(186,221,224)
0 Favorites   0 Comments

Color spaces of #badde0

RGB 186221224
HSL0.510.380.80
HSV185°17°88°
CMYK 0.170.010.00   0.12
XYZ59.560767.533880.4172
Yxy67.53380.28700.3254
Hunter Lab82.1790-14.4420-0.4937
CIE-Lab85.7728-10.8072-5.3135

#badde0 color RGB value is (186,221,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11100000
Octal 272 335 340
Decimal 186 221 224
Hex BA DD E0

RGB Percentages of Color #badde0

%29.48
%35.02
%35.50

CMYK Percentages of Color #badde0

%17
%1
%0
%12

Triadic Colors of #badde0

#badde0 #e0badd #dde0ba

Analogous Colors of #badde0

#badde0 #bacae0 #bae0d0

Monochromatic Colors of #badde0

#badde0

Complementary Color

#badde0 #e0bdba

#badde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badde0 Color CSS Codes

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

#badde0 Text Font Color

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

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


#badde0 Background Color

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

This div background color is #badde0


#badde0 Border Color

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

This div border color is #badde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badde0


Comments

No comments written yet.

Please login to write comment.