Color Hex Logo

#85db58 Color Hex

#85DB58
(133,219,88)
0 Favorites   0 Comments

Color spaces of #85db58

RGB 13321988
HSL0.280.650.60
HSV99°60°86°
CMYK 0.390.000.60   0.14
XYZ36.765856.354218.1722
Yxy56.35420.33040.5064
Hunter Lab75.0694-43.949838.1962
CIE-Lab79.8150-48.685055.0834

#85db58 color RGB value is (133,219,88).

#85db58 hex color red value is 133, green value is 219 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #85db58 hue: 0.28 , saturation: 0.65 and the lightness value of 85db58 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 01011000
Octal 205 333 130
Decimal 133 219 88
Hex 85 DB 58

RGB Percentages of Color #85db58

%30.23
%49.77
%20.00

CMYK Percentages of Color #85db58

%39
%0
%60
%14

Triadic Colors of #85db58

#85db58 #5885db #db5885

Analogous Colors of #85db58

#85db58 #58db6d #c7db58

Monochromatic Colors of #85db58

#85db58

Complementary Color

#85db58 #ae58db

#85db58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85db58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85db58 Color CSS Codes

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

#85db58 Text Font Color

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

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


#85db58 Background Color

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

This div background color is #85db58


#85db58 Border Color

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

This div border color is #85db58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85db58


Comments

No comments written yet.

Please login to write comment.