Color Hex Logo

#bad767 Color Hex

#BAD767
(186,215,103)
0 Favorites   0 Comments

Color spaces of #bad767

RGB 186215103
HSL0.210.580.62
HSV76°52°84°
CMYK 0.130.000.52   0.16
XYZ46.998360.019321.9398
Yxy60.01930.36440.4654
Hunter Lab77.4721-27.289637.4398
CIE-Lab81.8487-26.378651.4525

#bad767 color RGB value is (186,215,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01100111
Octal 272 327 147
Decimal 186 215 103
Hex BA D7 67

RGB Percentages of Color #bad767

%36.90
%42.66
%20.44

CMYK Percentages of Color #bad767

%13
%0
%52
%16

Triadic Colors of #bad767

#bad767 #67bad7 #d767ba

Analogous Colors of #bad767

#bad767 #82d767 #d7bc67

Monochromatic Colors of #bad767

#bad767

Complementary Color

#bad767 #8467d7

#bad767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad767 Color CSS Codes

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

#bad767 Text Font Color

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

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


#bad767 Background Color

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

This div background color is #bad767


#bad767 Border Color

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

This div border color is #bad767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad767


Comments

No comments written yet.

Please login to write comment.