Color Hex Logo

#bad672 Color Hex

#BAD672
(186,214,114)
0 Favorites   0 Comments

Color spaces of #bad672

RGB 186214114
HSL0.210.550.64
HSV77°47°84°
CMYK 0.130.000.47   0.16
XYZ47.333559.747124.9572
Yxy59.74710.35850.4525
Hunter Lab77.2962-25.961334.9640
CIE-Lab81.7005-24.802346.0509

#bad672 color RGB value is (186,214,114).

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

The process color (four color CMYK) of #bad672 color hex is 0.13, 0.00, 0.47, 0.16. Web safe color of #bad672 is #cccc66. Color #bad672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 01110010
Octal 272 326 162
Decimal 186 214 114
Hex BA D6 72

RGB Percentages of Color #bad672

%36.19
%41.63
%22.18

CMYK Percentages of Color #bad672

%13
%0
%47
%16

Triadic Colors of #bad672

#bad672 #72bad6 #d672ba

Analogous Colors of #bad672

#bad672 #88d672 #d6c072

Monochromatic Colors of #bad672

#bad672

Complementary Color

#bad672 #8e72d6

#bad672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad672 Color CSS Codes

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

#bad672 Text Font Color

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

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


#bad672 Background Color

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

This div background color is #bad672


#bad672 Border Color

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

This div border color is #bad672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad672


Comments

No comments written yet.

Please login to write comment.