Color Hex Logo

#badbea Color Hex

#BADBEA
(186,219,234)
0 Favorites   0 Comments

Color spaces of #badbea

RGB 186219234
HSL0.550.530.82
HSV199°21°92°
CMYK 0.210.060.00   0.08
XYZ60.432567.042787.5973
Yxy67.04270.28100.3117
Hunter Lab81.8796-11.5446-6.1145
CIE-Lab85.5255-7.6638-10.9677

#badbea color RGB value is (186,219,234).

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

The process color (four color CMYK) of #badbea color hex is 0.21, 0.06, 0.00, 0.08. Web safe color of #badbea is #ccccff. Color #badbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11101010
Octal 272 333 352
Decimal 186 219 234
Hex BA DB EA

RGB Percentages of Color #badbea

%29.11
%34.27
%36.62

CMYK Percentages of Color #badbea

%21
%6
%0
%8

Triadic Colors of #badbea

#badbea #eabadb #dbeaba

Analogous Colors of #badbea

#badbea #bac3ea #baeae1

Monochromatic Colors of #badbea

#badbea

Complementary Color

#badbea #eac9ba

#badbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbea Color CSS Codes

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

#badbea Text Font Color

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

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


#badbea Background Color

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

This div background color is #badbea


#badbea Border Color

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

This div border color is #badbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbea


Comments

No comments written yet.

Please login to write comment.