Color Hex Logo

#bad290 Color Hex

#BAD290
(186,210,144)
0 Favorites   0 Comments

Color spaces of #bad290

RGB 186210144
HSL0.230.420.69
HSV82°31°82°
CMYK 0.110.000.31   0.18
XYZ48.330358.545935.1388
Yxy58.54590.34030.4123
Hunter Lab76.5153-21.153626.3324
CIE-Lab81.0413-19.198230.1280

#bad290 color RGB value is (186,210,144).

#bad290 hex color red value is 186, green value is 210 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bad290 hue: 0.23 , saturation: 0.42 and the lightness value of bad290 is 0.69.

The process color (four color CMYK) of #bad290 color hex is 0.11, 0.00, 0.31, 0.18. Web safe color of #bad290 is #cccc99. Color #bad290 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 10010000
Octal 272 322 220
Decimal 186 210 144
Hex BA D2 90

RGB Percentages of Color #bad290

%34.44
%38.89
%26.67

CMYK Percentages of Color #bad290

%11
%0
%31
%18

Triadic Colors of #bad290

#bad290 #90bad2 #d290ba

Analogous Colors of #bad290

#bad290 #99d290 #d2c990

Monochromatic Colors of #bad290

#bad290

Complementary Color

#bad290 #a890d2

#bad290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad290 Color CSS Codes

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

#bad290 Text Font Color

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

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


#bad290 Background Color

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

This div background color is #bad290


#bad290 Border Color

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

This div border color is #bad290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad290


Comments

No comments written yet.

Please login to write comment.