Color Hex Logo

#badadc Color Hex

#BADADC
(186,218,220)
0 Favorites   0 Comments

Color spaces of #badadc

RGB 186218220
HSL0.510.330.80
HSV184°15°86°
CMYK 0.150.010.00   0.14
XYZ58.239465.749277.3315
Yxy65.74920.28930.3266
Hunter Lab81.0859-13.69380.2153
CIE-Lab84.8683-10.0963-4.5304

#badadc color RGB value is (186,218,220).

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

The process color (four color CMYK) of #badadc color hex is 0.15, 0.01, 0.00, 0.14. Web safe color of #badadc is #cccccc. Color #badadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11011100
Octal 272 332 334
Decimal 186 218 220
Hex BA DA DC

RGB Percentages of Color #badadc

%29.81
%34.94
%35.26

CMYK Percentages of Color #badadc

%15
%1
%0
%14

Triadic Colors of #badadc

#badadc #dcbada #dadcba

Analogous Colors of #badadc

#badadc #bac9dc #badccd

Monochromatic Colors of #badadc

#badadc

Complementary Color

#badadc #dcbcba

#badadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#badadc Color CSS Codes

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

#badadc Text Font Color

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

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


#badadc Background Color

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

This div background color is #badadc


#badadc Border Color

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

This div border color is #badadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badadc


Comments

No comments written yet.

Please login to write comment.