Color Hex Logo

#badbe0 Color Hex

#BADBE0
(186,219,224)
0 Favorites   0 Comments

Color spaces of #badbe0

RGB 186219224
HSL0.520.380.80
HSV188°17°88°
CMYK 0.170.020.00   0.12
XYZ59.035866.484080.2422
Yxy66.48400.28690.3231
Hunter Lab81.5377-13.4516-1.2716
CIE-Lab85.2427-9.7829-6.0962

#badbe0 color RGB value is (186,219,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11100000
Octal 272 333 340
Decimal 186 219 224
Hex BA DB E0

RGB Percentages of Color #badbe0

%29.57
%34.82
%35.61

CMYK Percentages of Color #badbe0

%17
%2
%0
%12

Triadic Colors of #badbe0

#badbe0 #e0badb #dbe0ba

Analogous Colors of #badbe0

#badbe0 #bac8e0 #bae0d2

Monochromatic Colors of #badbe0

#badbe0

Complementary Color

#badbe0 #e0bfba

#badbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbe0 Color CSS Codes

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

#badbe0 Text Font Color

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

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


#badbe0 Background Color

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

This div background color is #badbe0


#badbe0 Border Color

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

This div border color is #badbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbe0


Comments

No comments written yet.

Please login to write comment.