Color Hex Logo

#bad3cc Color Hex

#BAD3CC
(186,211,204)
0 Favorites   0 Comments

Color spaces of #bad3cc

RGB 186211204
HSL0.450.220.78
HSV163°12°83°
CMYK 0.120.000.03   0.17
XYZ54.443061.387366.1062
Yxy61.38730.29920.3374
Hunter Lab78.3500-13.07854.8203
CIE-Lab82.5865-9.69670.6246

#bad3cc color RGB value is (186,211,204).

#bad3cc hex color red value is 186, green value is 211 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bad3cc hue: 0.45 , saturation: 0.22 and the lightness value of bad3cc is 0.78.

The process color (four color CMYK) of #bad3cc color hex is 0.12, 0.00, 0.03, 0.17. Web safe color of #bad3cc is #cccccc. Color #bad3cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 11001100
Octal 272 323 314
Decimal 186 211 204
Hex BA D3 CC

RGB Percentages of Color #bad3cc

%30.95
%35.11
%33.94

CMYK Percentages of Color #bad3cc

%12
%0
%3
%17

Triadic Colors of #bad3cc

#bad3cc #ccbad3 #d3ccba

Analogous Colors of #bad3cc

#bad3cc #baced3 #bad3c0

Monochromatic Colors of #bad3cc

#bad3cc

Complementary Color

#bad3cc #d3bac1

#bad3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad3cc Color CSS Codes

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

#bad3cc Text Font Color

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

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


#bad3cc Background Color

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

This div background color is #bad3cc


#bad3cc Border Color

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

This div border color is #bad3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad3cc


Comments

No comments written yet.

Please login to write comment.