Color Hex Logo

#badcbc Color Hex

#BADCBC
(186,220,188)
0 Favorites   0 Comments

Color spaces of #badcbc

RGB 186220188
HSL0.340.330.80
HSV124°15°86°
CMYK 0.150.000.15   0.14
XYZ54.920065.256357.2781
Yxy65.25630.30950.3677
Hunter Lab80.7814-20.012414.5073
CIE-Lab84.6156-17.233812.0247

#badcbc color RGB value is (186,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10111100
Octal 272 334 274
Decimal 186 220 188
Hex BA DC BC

RGB Percentages of Color #badcbc

%31.31
%37.04
%31.65

CMYK Percentages of Color #badcbc

%15
%0
%15
%14

Triadic Colors of #badcbc

#badcbc #bcbadc #dcbcba

Analogous Colors of #badcbc

#badcbc #badccd #c9dcba

Monochromatic Colors of #badcbc

#badcbc

Complementary Color

#badcbc #dcbada

#badcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcbc Color CSS Codes

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

#badcbc Text Font Color

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

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


#badcbc Background Color

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

This div background color is #badcbc


#badcbc Border Color

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

This div border color is #badcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcbc


Comments

No comments written yet.

Please login to write comment.