Color Hex Logo

#badecb Color Hex

#BADECB
(186,222,203)
0 Favorites   0 Comments

Color spaces of #badecb

RGB 186222203
HSL0.410.350.80
HSV148°16°87°
CMYK 0.160.000.09   0.13
XYZ57.150566.993566.4188
Yxy66.99350.29990.3516
Hunter Lab81.8496-18.60129.1824
CIE-Lab85.5007-15.48535.3825

#badecb color RGB value is (186,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 11001011
Octal 272 336 313
Decimal 186 222 203
Hex BA DE CB

RGB Percentages of Color #badecb

%30.44
%36.33
%33.22

CMYK Percentages of Color #badecb

%16
%0
%9
%13

Triadic Colors of #badecb

#badecb #cbbade #decbba

Analogous Colors of #badecb

#badecb #badedd #bbdeba

Monochromatic Colors of #badecb

#badecb

Complementary Color

#badecb #debacd

#badecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badecb Color CSS Codes

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

#badecb Text Font Color

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

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


#badecb Background Color

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

This div background color is #badecb


#badecb Border Color

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

This div border color is #badecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badecb


Comments

No comments written yet.

Please login to write comment.