Color Hex Logo

#badebf Color Hex

#BADEBF
(186,222,191)
0 Favorites   0 Comments

Color spaces of #badebf

RGB 186222191
HSL0.360.350.80
HSV128°16°87°
CMYK 0.160.000.14   0.13
XYZ55.774966.443259.1754
Yxy66.44320.30750.3663
Hunter Lab81.5127-20.509014.0164
CIE-Lab85.2220-17.697611.3068

#badebf color RGB value is (186,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 10111111
Octal 272 336 277
Decimal 186 222 191
Hex BA DE BF

RGB Percentages of Color #badebf

%31.05
%37.06
%31.89

CMYK Percentages of Color #badebf

%16
%0
%14
%13

Triadic Colors of #badebf

#badebf #bfbade #debfba

Analogous Colors of #badebf

#badebf #baded1 #c7deba

Monochromatic Colors of #badebf

#badebf

Complementary Color

#badebf #debad9

#badebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#badebf Color CSS Codes

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

#badebf Text Font Color

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

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


#badebf Background Color

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

This div background color is #badebf


#badebf Border Color

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

This div border color is #badebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badebf


Comments

No comments written yet.

Please login to write comment.