Color Hex Logo

#badced Color Hex

#BADCED
(186,220,237)
0 Favorites   0 Comments

Color spaces of #badced

RGB 186220237
HSL0.560.590.83
HSV200°22°93°
CMYK 0.220.070.00   0.07
XYZ61.129067.739989.9740
Yxy67.73990.27930.3095
Hunter Lab82.3043-11.4570-7.2021
CIE-Lab85.8762-7.5301-12.0303

#badced color RGB value is (186,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11101101
Octal 272 334 355
Decimal 186 220 237
Hex BA DC ED

RGB Percentages of Color #badced

%28.93
%34.21
%36.86

CMYK Percentages of Color #badced

%22
%7
%0
%7

Triadic Colors of #badced

#badced #edbadc #dcedba

Analogous Colors of #badced

#badced #bac3ed #baede5

Monochromatic Colors of #badced

#badced

Complementary Color

#badced #edcbba

#badced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badced Color Preview on White Background

Lorem ipsum dolor sit amet.

#badced Color CSS Codes

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

#badced Text Font Color

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

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


#badced Background Color

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

This div background color is #badced


#badced Border Color

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

This div border color is #badced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badced


Comments

No comments written yet.

Please login to write comment.