Color Hex Logo

#badcdb Color Hex

#BADCDB
(186,220,219)
0 Favorites   0 Comments

Color spaces of #badcdb

RGB 186220219
HSL0.500.330.80
HSV178°15°86°
CMYK 0.150.000.00   0.14
XYZ58.629166.740076.8099
Yxy66.74000.29000.3301
Hunter Lab81.6946-14.86271.4412
CIE-Lab85.3725-11.3242-3.2591

#badcdb color RGB value is (186,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11011011
Octal 272 334 333
Decimal 186 220 219
Hex BA DC DB

RGB Percentages of Color #badcdb

%29.76
%35.20
%35.04

CMYK Percentages of Color #badcdb

%15
%0
%0
%14

Triadic Colors of #badcdb

#badcdb #dbbadc #dcdbba

Analogous Colors of #badcdb

#badcdb #baccdc #badcca

Monochromatic Colors of #badcdb

#badcdb

Complementary Color

#badcdb #dcbabb

#badcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcdb Color CSS Codes

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

#badcdb Text Font Color

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

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


#badcdb Background Color

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

This div background color is #badcdb


#badcdb Border Color

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

This div border color is #badcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcdb


Comments

No comments written yet.

Please login to write comment.