Color Hex Logo

#bad276 Color Hex

#BAD276
(186,210,118)
0 Favorites   0 Comments

Color spaces of #bad276

RGB 186210118
HSL0.210.510.64
HSV76°44°82°
CMYK 0.110.000.44   0.18
XYZ46.566357.840325.8495
Yxy57.84030.35750.4441
Hunter Lab76.0528-23.798833.0850
CIE-Lab80.6499-22.426742.7979

#bad276 color RGB value is (186,210,118).

#bad276 hex color red value is 186, green value is 210 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bad276 hue: 0.21 , saturation: 0.51 and the lightness value of bad276 is 0.64.

The process color (four color CMYK) of #bad276 color hex is 0.11, 0.00, 0.44, 0.18. Web safe color of #bad276 is #cccc66. Color #bad276 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 01110110
Octal 272 322 166
Decimal 186 210 118
Hex BA D2 76

RGB Percentages of Color #bad276

%36.19
%40.86
%22.96

CMYK Percentages of Color #bad276

%11
%0
%44
%18

Triadic Colors of #bad276

#bad276 #76bad2 #d276ba

Analogous Colors of #bad276

#bad276 #8cd276 #d2bc76

Monochromatic Colors of #bad276

#bad276

Complementary Color

#bad276 #8e76d2

#bad276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad276 Color CSS Codes

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

#bad276 Text Font Color

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

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


#bad276 Background Color

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

This div background color is #bad276


#bad276 Border Color

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

This div border color is #bad276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad276


Comments

No comments written yet.

Please login to write comment.