Color Hex Logo

#badebd Color Hex

#BADEBD
(186,222,189)
0 Favorites   0 Comments

Color spaces of #badebd

RGB 186222189
HSL0.350.350.80
HSV125°16°87°
CMYK 0.160.000.15   0.13
XYZ55.556366.355858.0239
Yxy66.35580.30880.3688
Hunter Lab81.4591-20.813714.7886
CIE-Lab85.1776-18.053812.2958

#badebd color RGB value is (186,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 10111101
Octal 272 336 275
Decimal 186 222 189
Hex BA DE BD

RGB Percentages of Color #badebd

%31.16
%37.19
%31.66

CMYK Percentages of Color #badebd

%16
%0
%15
%13

Triadic Colors of #badebd

#badebd #bdbade #debdba

Analogous Colors of #badebd

#badebd #badecf #c9deba

Monochromatic Colors of #badebd

#badebd

Complementary Color

#badebd #debadb

#badebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#badebd Color CSS Codes

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

#badebd Text Font Color

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

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


#badebd Background Color

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

This div background color is #badebd


#badebd Border Color

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

This div border color is #badebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,222,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 #badebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badebd


Comments

No comments written yet.

Please login to write comment.