Color Hex Logo

#bad368 Color Hex

#BAD368
(186,211,104)
0 Favorites   0 Comments

Color spaces of #bad368

RGB 186211104
HSL0.210.550.62
HSV74°51°83°
CMYK 0.120.000.51   0.17
XYZ46.042758.027121.8704
Yxy58.02710.36560.4608
Hunter Lab76.1755-25.416636.3004
CIE-Lab80.7539-24.357649.6886

#bad368 color RGB value is (186,211,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01101000
Octal 272 323 150
Decimal 186 211 104
Hex BA D3 68

RGB Percentages of Color #bad368

%37.13
%42.12
%20.76

CMYK Percentages of Color #bad368

%12
%0
%51
%17

Triadic Colors of #bad368

#bad368 #68bad3 #d368ba

Analogous Colors of #bad368

#bad368 #85d368 #d3b768

Monochromatic Colors of #bad368

#bad368

Complementary Color

#bad368 #8168d3

#bad368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad368 Color CSS Codes

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

#bad368 Text Font Color

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

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


#bad368 Background Color

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

This div background color is #bad368


#bad368 Border Color

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

This div border color is #bad368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad368


Comments

No comments written yet.

Please login to write comment.