Color Hex Logo

#badbed Color Hex

#BADBED
(186,219,237)
2 Favorites   0 Comments

Color spaces of #badbed

RGB 186219237
HSL0.560.590.83
HSV201°22°93°
CMYK 0.220.080.00   0.07
XYZ60.867367.216689.8868
Yxy67.21660.27920.3084
Hunter Lab81.9857-10.9542-7.6138
CIE-Lab85.6132-7.0132-12.4231

#badbed color RGB value is (186,219,237).

#badbed hex color red value is 186, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #badbed hue: 0.56 , saturation: 0.59 and the lightness value of badbed is 0.83.

The process color (four color CMYK) of #badbed color hex is 0.22, 0.08, 0.00, 0.07. Web safe color of #badbed is #ccccff. Color #badbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11101101
Octal 272 333 355
Decimal 186 219 237
Hex BA DB ED

RGB Percentages of Color #badbed

%28.97
%34.11
%36.92

CMYK Percentages of Color #badbed

%22
%8
%0
%7

Triadic Colors of #badbed

#badbed #edbadb #dbedba

Analogous Colors of #badbed

#badbed #bac2ed #baede6

Monochromatic Colors of #badbed

#badbed

Complementary Color

#badbed #edccba

#badbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbed Color CSS Codes

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

#badbed Text Font Color

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

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


#badbed Background Color

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

This div background color is #badbed


#badbed Border Color

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

This div border color is #badbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbed

#badbed Color Palettes


Comments

No comments written yet.

Please login to write comment.