Color Hex Logo

#bad1ce Color Hex

#BAD1CE
(186,209,206)
1 Favorites   0 Comments

Color spaces of #bad1ce

RGB 186209206
HSL0.480.200.77
HSV172°11°82°
CMYK 0.110.000.01   0.18
XYZ54.190760.496367.2133
Yxy60.49630.29790.3326
Hunter Lab77.7794-11.74883.2099
CIE-Lab82.1072-8.2732-1.1419

#bad1ce color RGB value is (186,209,206).

#bad1ce hex color red value is 186, green value is 209 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bad1ce hue: 0.48 , saturation: 0.20 and the lightness value of bad1ce is 0.77.

The process color (four color CMYK) of #bad1ce color hex is 0.11, 0.00, 0.01, 0.18. Web safe color of #bad1ce is #cccccc. Color #bad1ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 11001110
Octal 272 321 316
Decimal 186 209 206
Hex BA D1 CE

RGB Percentages of Color #bad1ce

%30.95
%34.78
%34.28

CMYK Percentages of Color #bad1ce

%11
%0
%1
%18

Triadic Colors of #bad1ce

#bad1ce #cebad1 #d1ceba

Analogous Colors of #bad1ce

#bad1ce #bac9d1 #bad1c3

Monochromatic Colors of #bad1ce

#bad1ce

Complementary Color

#bad1ce #d1babd

#bad1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad1ce Color CSS Codes

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

#bad1ce Text Font Color

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

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


#bad1ce Background Color

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

This div background color is #bad1ce


#bad1ce Border Color

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

This div border color is #bad1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad1ce


Comments

No comments written yet.

Please login to write comment.