Color Hex Logo

#badbcd Color Hex

#BADBCD
(186,219,205)
0 Favorites   0 Comments

Color spaces of #badbcd

RGB 186219205
HSL0.430.310.79
HSV155°15°86°
CMYK 0.150.000.06   0.14
XYZ56.600765.509967.4191
Yxy65.50990.29860.3456
Hunter Lab80.9382-16.81547.2699
CIE-Lab84.7458-13.58923.2337

#badbcd color RGB value is (186,219,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11001101
Octal 272 333 315
Decimal 186 219 205
Hex BA DB CD

RGB Percentages of Color #badbcd

%30.49
%35.90
%33.61

CMYK Percentages of Color #badbcd

%15
%0
%6
%14

Triadic Colors of #badbcd

#badbcd #cdbadb #dbcdba

Analogous Colors of #badbcd

#badbcd #bad9db #badbbd

Monochromatic Colors of #badbcd

#badbcd

Complementary Color

#badbcd #dbbac8

#badbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbcd Color CSS Codes

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

#badbcd Text Font Color

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

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


#badbcd Background Color

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

This div background color is #badbcd


#badbcd Border Color

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

This div border color is #badbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbcd


Comments

No comments written yet.

Please login to write comment.