Color Hex Logo

#badacd Color Hex

#BADACD
(186,218,205)
0 Favorites   0 Comments

Color spaces of #badacd

RGB 186218205
HSL0.430.300.79
HSV156°15°85°
CMYK 0.150.000.06   0.15
XYZ56.340564.989767.3324
Yxy64.98970.29860.3445
Hunter Lab80.6162-16.32956.9110
CIE-Lab84.4784-13.08242.8458

#badacd color RGB value is (186,218,205).

#badacd hex color red value is 186, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #badacd hue: 0.43 , saturation: 0.30 and the lightness value of badacd is 0.79.

The process color (four color CMYK) of #badacd color hex is 0.15, 0.00, 0.06, 0.15. Web safe color of #badacd is #cccccc. Color #badacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11001101
Octal 272 332 315
Decimal 186 218 205
Hex BA DA CD

RGB Percentages of Color #badacd

%30.54
%35.80
%33.66

CMYK Percentages of Color #badacd

%15
%0
%6
%15

Triadic Colors of #badacd

#badacd #cdbada #dacdba

Analogous Colors of #badacd

#badacd #bad7da #badabd

Monochromatic Colors of #badacd

#badacd

Complementary Color

#badacd #dabac7

#badacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#badacd Color CSS Codes

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

#badacd Text Font Color

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

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


#badacd Background Color

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

This div background color is #badacd


#badacd Border Color

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

This div border color is #badacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badacd


Comments

No comments written yet.

Please login to write comment.