Color Hex Logo

#bad078 Color Hex

#BAD078
(186,208,120)
0 Favorites   0 Comments

Color spaces of #bad078

RGB 186208120
HSL0.210.480.64
HSV75°42°82°
CMYK 0.110.000.42   0.18
XYZ46.195756.906926.3187
Yxy56.90690.35690.4397
Hunter Lab75.4367-22.704832.1203
CIE-Lab80.1272-21.222141.1518

#bad078 color RGB value is (186,208,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 01111000
Octal 272 320 170
Decimal 186 208 120
Hex BA D0 78

RGB Percentages of Color #bad078

%36.19
%40.47
%23.35

CMYK Percentages of Color #bad078

%11
%0
%42
%18

Triadic Colors of #bad078

#bad078 #78bad0 #d078ba

Analogous Colors of #bad078

#bad078 #8ed078 #d0ba78

Monochromatic Colors of #bad078

#bad078

Complementary Color

#bad078 #8e78d0

#bad078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad078 Color CSS Codes

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

#bad078 Text Font Color

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

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


#bad078 Background Color

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

This div background color is #bad078


#bad078 Border Color

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

This div border color is #bad078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad078


Comments

No comments written yet.

Please login to write comment.