Color Hex Logo

#85db63 Color Hex

#85DB63
(133,219,99)
0 Favorites   0 Comments

Color spaces of #85db63

RGB 13321999
HSL0.290.630.62
HSV103°55°86°
CMYK 0.390.000.55   0.14
XYZ37.256556.550420.7561
Yxy56.55040.32520.4936
Hunter Lab75.2000-43.165436.2753
CIE-Lab79.9260-47.550150.2853

#85db63 color RGB value is (133,219,99).

#85db63 hex color red value is 133, green value is 219 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #85db63 hue: 0.29 , saturation: 0.63 and the lightness value of 85db63 is 0.62.

The process color (four color CMYK) of #85db63 color hex is 0.39, 0.00, 0.55, 0.14. Web safe color of #85db63 is #99cc66. Color #85db63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 01100011
Octal 205 333 143
Decimal 133 219 99
Hex 85 DB 63

RGB Percentages of Color #85db63

%29.49
%48.56
%21.95

CMYK Percentages of Color #85db63

%39
%0
%55
%14

Triadic Colors of #85db63

#85db63 #6385db #db6385

Analogous Colors of #85db63

#85db63 #63db7d #c1db63

Monochromatic Colors of #85db63

#85db63

Complementary Color

#85db63 #b963db

#85db63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85db63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85db63 Color CSS Codes

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

#85db63 Text Font Color

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

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


#85db63 Background Color

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

This div background color is #85db63


#85db63 Border Color

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

This div border color is #85db63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,219,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85db63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85db63;
  -webkit-box-shadow: 1px 1px 3px 2px #85db63;
  box-shadow:         1px 1px 3px 2px #85db63; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,219,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85db63


Comments

No comments written yet.

Please login to write comment.