Color Hex Logo

#bad072 Color Hex

#BAD072
(186,208,114)
0 Favorites   0 Comments

Color spaces of #bad072

RGB 186208114
HSL0.210.500.63
HSV74°45°82°
CMYK 0.110.000.45   0.18
XYZ45.842856.765824.4603
Yxy56.76580.36080.4467
Hunter Lab75.3431-23.241433.4915
CIE-Lab80.0477-21.882944.0190

#bad072 color RGB value is (186,208,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 01110010
Octal 272 320 162
Decimal 186 208 114
Hex BA D0 72

RGB Percentages of Color #bad072

%36.61
%40.94
%22.44

CMYK Percentages of Color #bad072

%11
%0
%45
%18

Triadic Colors of #bad072

#bad072 #72bad0 #d072ba

Analogous Colors of #bad072

#bad072 #8bd072 #d0b772

Monochromatic Colors of #bad072

#bad072

Complementary Color

#bad072 #8872d0

#bad072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad072 Color CSS Codes

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

#bad072 Text Font Color

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

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


#bad072 Background Color

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

This div background color is #bad072


#bad072 Border Color

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

This div border color is #bad072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad072


Comments

No comments written yet.

Please login to write comment.