Color Hex Logo

#badcbd Color Hex

#BADCBD
(186,220,189)
0 Favorites   0 Comments

Color spaces of #badcbd

RGB 186220189
HSL0.350.330.80
HSV125°15°86°
CMYK 0.150.000.14   0.14
XYZ55.028265.299657.8479
Yxy65.29960.30880.3665
Hunter Lab80.8082-19.860614.1220
CIE-Lab84.6379-17.056311.5295

#badcbd color RGB value is (186,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10111101
Octal 272 334 275
Decimal 186 220 189
Hex BA DC BD

RGB Percentages of Color #badcbd

%31.26
%36.97
%31.76

CMYK Percentages of Color #badcbd

%15
%0
%14
%14

Triadic Colors of #badcbd

#badcbd #bdbadc #dcbdba

Analogous Colors of #badcbd

#badcbd #badcce #c8dcba

Monochromatic Colors of #badcbd

#badcbd

Complementary Color

#badcbd #dcbad9

#badcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcbd Color CSS Codes

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

#badcbd Text Font Color

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

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


#badcbd Background Color

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

This div background color is #badcbd


#badcbd Border Color

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

This div border color is #badcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcbd


Comments

No comments written yet.

Please login to write comment.