Color Hex Logo

#85da85 Color Hex

#85DA85
(133,218,133)
0 Favorites   0 Comments

Color spaces of #85da85

RGB 133218133
HSL0.330.530.69
HSV120°39°85°
CMYK 0.390.000.39   0.15
XYZ38.977956.822831.1039
Yxy56.82280.30710.4478
Hunter Lab75.3809-39.617928.3022
CIE-Lab80.0798-42.661833.9359

#85da85 color RGB value is (133,218,133).

#85da85 hex color red value is 133, green value is 218 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #85da85 hue: 0.33 , saturation: 0.53 and the lightness value of 85da85 is 0.69.

The process color (four color CMYK) of #85da85 color hex is 0.39, 0.00, 0.39, 0.15. Web safe color of #85da85 is #99cc99. Color #85da85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011010 10000101
Octal 205 332 205
Decimal 133 218 133
Hex 85 DA 85

RGB Percentages of Color #85da85

%27.48
%45.04
%27.48

CMYK Percentages of Color #85da85

%39
%0
%39
%15

Triadic Colors of #85da85

#85da85 #8585da #da8585

Analogous Colors of #85da85

#85da85 #85dab0 #b0da85

Monochromatic Colors of #85da85

#85da85

Complementary Color

#85da85 #da85da

#85da85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85da85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85da85 Color CSS Codes

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

#85da85 Text Font Color

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

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


#85da85 Background Color

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

This div background color is #85da85


#85da85 Border Color

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

This div border color is #85da85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85da85


Comments

No comments written yet.

Please login to write comment.