Color Hex Logo

#bad7be Color Hex

#BAD7BE
(186,215,190)
0 Favorites   0 Comments

Color spaces of #bad7be

RGB 186215190
HSL0.360.270.79
HSV128°13°84°
CMYK 0.130.000.12   0.16
XYZ53.844462.757757.9907
Yxy62.75770.30840.3595
Hunter Lab79.2198-17.311012.0522
CIE-Lab83.3147-14.36319.1150

#bad7be color RGB value is (186,215,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 10111110
Octal 272 327 276
Decimal 186 215 190
Hex BA D7 BE

RGB Percentages of Color #bad7be

%31.47
%36.38
%32.15

CMYK Percentages of Color #bad7be

%13
%0
%12
%16

Triadic Colors of #bad7be

#bad7be #bebad7 #d7beba

Analogous Colors of #bad7be

#bad7be #bad7cd #c5d7ba

Monochromatic Colors of #bad7be

#bad7be

Complementary Color

#bad7be #d7bad3

#bad7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7be Color CSS Codes

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

#bad7be Text Font Color

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

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


#bad7be Background Color

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

This div background color is #bad7be


#bad7be Border Color

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

This div border color is #bad7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7be


Comments

No comments written yet.

Please login to write comment.