Color Hex Logo

#85ef67 Color Hex

#85EF67
(133,239,103)
0 Favorites   0 Comments

Color spaces of #85ef67

RGB 133239103
HSL0.300.810.67
HSV107°57°94°
CMYK 0.440.000.57   0.06
XYZ42.987567.698823.6335
Yxy67.69880.32000.5040
Hunter Lab82.2793-50.729940.5653
CIE-Lab85.8556-55.233255.4182

#85ef67 color RGB value is (133,239,103).

#85ef67 hex color red value is 133, green value is 239 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #85ef67 hue: 0.30 , saturation: 0.81 and the lightness value of 85ef67 is 0.67.

The process color (four color CMYK) of #85ef67 color hex is 0.44, 0.00, 0.57, 0.06. Web safe color of #85ef67 is #99ff66. Color #85ef67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101111 01100111
Octal 205 357 147
Decimal 133 239 103
Hex 85 EF 67

RGB Percentages of Color #85ef67

%28.00
%50.32
%21.68

CMYK Percentages of Color #85ef67

%44
%0
%57
%6

Triadic Colors of #85ef67

#85ef67 #6785ef #ef6785

Analogous Colors of #85ef67

#85ef67 #67ef8d #c9ef67

Monochromatic Colors of #85ef67

#85ef67

Complementary Color

#85ef67 #d167ef

#85ef67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ef67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ef67 Color CSS Codes

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

#85ef67 Text Font Color

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

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


#85ef67 Background Color

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

This div background color is #85ef67


#85ef67 Border Color

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

This div border color is #85ef67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ef67


Comments

No comments written yet.

Please login to write comment.