Color Hex Logo

#85c923 Color Hex

#85C923
(133,201,35)
0 Favorites   0 Comments

Color spaces of #85c923

RGB 13320135
HSL0.230.700.46
HSV85°83°79°
CMYK 0.340.000.83   0.21
XYZ30.862946.88129.0124
Yxy46.88120.35570.5404
Hunter Lab68.4698-39.363140.1248
CIE-Lab74.1137-44.755568.2072

#85c923 color RGB value is (133,201,35).

#85c923 hex color red value is 133, green value is 201 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #85c923 hue: 0.23 , saturation: 0.70 and the lightness value of 85c923 is 0.46.

The process color (four color CMYK) of #85c923 color hex is 0.34, 0.00, 0.83, 0.21. Web safe color of #85c923 is #99cc33. Color #85c923 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001001 00100011
Octal 205 311 43
Decimal 133 201 35
Hex 85 C9 23

RGB Percentages of Color #85c923

%36.04
%54.47
%9.49

CMYK Percentages of Color #85c923

%34
%0
%83
%21

Triadic Colors of #85c923

#85c923 #2385c9 #c92385

Analogous Colors of #85c923

#85c923 #32c923 #c9ba23

Monochromatic Colors of #85c923

#85c923

Complementary Color

#85c923 #6723c9

#85c923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c923 Color CSS Codes

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

#85c923 Text Font Color

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

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


#85c923 Background Color

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

This div background color is #85c923


#85c923 Border Color

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

This div border color is #85c923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c923


Comments

No comments written yet.

Please login to write comment.