Color Hex Logo

#bad469 Color Hex

#BAD469
(186,212,105)
0 Favorites   0 Comments

Color spaces of #bad469

RGB 186212105
HSL0.210.550.62
HSV75°50°83°
CMYK 0.120.000.50   0.17
XYZ46.343058.546022.2226
Yxy58.54600.36460.4606
Hunter Lab76.5154-25.789936.3410
CIE-Lab81.0414-24.745249.5590

#bad469 color RGB value is (186,212,105).

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

The process color (four color CMYK) of #bad469 color hex is 0.12, 0.00, 0.50, 0.17. Web safe color of #bad469 is #cccc66. Color #bad469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 01101001
Octal 272 324 151
Decimal 186 212 105
Hex BA D4 69

RGB Percentages of Color #bad469

%36.98
%42.15
%20.87

CMYK Percentages of Color #bad469

%12
%0
%50
%17

Triadic Colors of #bad469

#bad469 #69bad4 #d469ba

Analogous Colors of #bad469

#bad469 #85d469 #d4b969

Monochromatic Colors of #bad469

#bad469

Complementary Color

#bad469 #8369d4

#bad469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad469 Color CSS Codes

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

#bad469 Text Font Color

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

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


#bad469 Background Color

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

This div background color is #bad469


#bad469 Border Color

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

This div border color is #bad469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad469


Comments

No comments written yet.

Please login to write comment.