Color Hex Logo

#badae0 Color Hex

#BADAE0
(186,218,224)
0 Favorites   0 Comments

Color spaces of #badae0

RGB 186218224
HSL0.530.380.80
HSV189°17°88°
CMYK 0.170.030.00   0.12
XYZ58.775665.963780.1555
Yxy65.96370.28690.3219
Hunter Lab81.2180-12.9553-1.6617
CIE-Lab84.9779-9.2692-6.4877

#badae0 color RGB value is (186,218,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11100000
Octal 272 332 340
Decimal 186 218 224
Hex BA DA E0

RGB Percentages of Color #badae0

%29.62
%34.71
%35.67

CMYK Percentages of Color #badae0

%17
%3
%0
%12

Triadic Colors of #badae0

#badae0 #e0bada #dae0ba

Analogous Colors of #badae0

#badae0 #bac7e0 #bae0d3

Monochromatic Colors of #badae0

#badae0

Complementary Color

#badae0 #e0c0ba

#badae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badae0 Color CSS Codes

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

#badae0 Text Font Color

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

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


#badae0 Background Color

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

This div background color is #badae0


#badae0 Border Color

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

This div border color is #badae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badae0


Comments

No comments written yet.

Please login to write comment.