color codes Logo

#85ce1f color codes

#85CE1F
(133,206,31)
0 Favorites   0 Comments

Color spaces of #85ce1f

RGB 13320631
HSL0.240.740.46
HSV85°85°81°
CMYK 0.350.000.85   0.19
XYZ31.991549.22819.1122
Yxy49.22810.35420.5450
Hunter Lab70.1627-41.395741.4138
CIE-Lab75.5930-46.992870.4372

#85ce1f color RGB value is (133,206,31).

#85ce1f hex color red value is 133, green value is 206 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #85ce1f hue: 0.24 , saturation: 0.74 and the lightness value of 85ce1f is 0.46.

The process color (four color CMYK) of #85ce1f color code is 0.35, 0.00, 0.85, 0.19. Web safe color of #85ce1f is #99cc33. Color #85ce1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001110 00011111
Octal 205 316 37
Decimal 133 206 31
Hex 85 CE 1F

RGB Percentages of Color #85ce1f

%35.95
%55.68
%8.38

CMYK Percentages of Color #85ce1f

%35
%0
%85
%19

Triadic Colors of #85ce1f

#85ce1f #1f85ce #ce1f85

Analogous Colors of #85ce1f

#85ce1f #2ece1f #cec01f

Monochromatic Colors of #85ce1f

#85ce1f

Complementary Color

#85ce1f #681fce

#85ce1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ce1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ce1f Color CSS Codes

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

#85ce1f Text Font Color

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

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


#85ce1f Background Color

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

This div background color is #85ce1f


#85ce1f Border Color

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

This div border color is #85ce1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ce1f


Comments

No comments written yet.

Please login to write comment.