Color Hex Logo

#bad8be Color Hex

#BAD8BE
(186,216,190)
0 Favorites   0 Comments

Color spaces of #bad8be

RGB 186216190
HSL0.360.280.79
HSV128°14°85°
CMYK 0.140.000.12   0.15
XYZ54.099863.268558.0759
Yxy63.26850.30840.3606
Hunter Lab79.5415-17.791612.3894
CIE-Lab83.5835-14.86839.4989

#bad8be color RGB value is (186,216,190).

#bad8be hex color red value is 186, green value is 216 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bad8be hue: 0.36 , saturation: 0.28 and the lightness value of bad8be is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 10111110
Octal 272 330 276
Decimal 186 216 190
Hex BA D8 BE

RGB Percentages of Color #bad8be

%31.42
%36.49
%32.09

CMYK Percentages of Color #bad8be

%14
%0
%12
%15

Triadic Colors of #bad8be

#bad8be #bebad8 #d8beba

Analogous Colors of #bad8be

#bad8be #bad8cd #c5d8ba

Monochromatic Colors of #bad8be

#bad8be

Complementary Color

#bad8be #d8bad4

#bad8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad8be Color CSS Codes

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

#bad8be Text Font Color

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

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


#bad8be Background Color

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

This div background color is #bad8be


#bad8be Border Color

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

This div border color is #bad8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad8be

#bad8be Color Palettes


Comments

No comments written yet.

Please login to write comment.