Color Hex Logo

#65ef81 Color Hex

#65EF81
(101,239,129)
0 Favorites   0 Comments

Color spaces of #65ef81

RGB 101239129
HSL0.370.810.67
HSV132°58°94°
CMYK 0.580.000.46   0.06
XYZ40.195866.084731.4060
Yxy66.08470.29190.4800
Hunter Lab81.2925-54.001033.9990
CIE-Lab85.0396-60.210842.0622

#65ef81 color RGB value is (101,239,129).

#65ef81 hex color red value is 101, green value is 239 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #65ef81 hue: 0.37 , saturation: 0.81 and the lightness value of 65ef81 is 0.67.

The process color (four color CMYK) of #65ef81 color hex is 0.58, 0.00, 0.46, 0.06. Web safe color of #65ef81 is #66ff99. Color #65ef81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11101111 10000001
Octal 145 357 201
Decimal 101 239 129
Hex 65 EF 81

RGB Percentages of Color #65ef81

%21.54
%50.96
%27.51

CMYK Percentages of Color #65ef81

%58
%0
%46
%6

Triadic Colors of #65ef81

#65ef81 #8165ef #ef8165

Analogous Colors of #65ef81

#65ef81 #65efc6 #8eef65

Monochromatic Colors of #65ef81

#65ef81

Complementary Color

#65ef81 #ef65d3

#65ef81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65ef81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65ef81 Color CSS Codes

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

#65ef81 Text Font Color

<p style="color:#65ef81">Text here</p>

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


#65ef81 Background Color

<div style="background-color:#65ef81">
Div content here</div>

This div background color is #65ef81


#65ef81 Border Color

<div style="border:3px solid #65ef81">
Div here</div>

This div border color is #65ef81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,239,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65ef81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65ef81;
  -webkit-box-shadow: 1px 1px 3px 2px #65ef81;
  box-shadow:         1px 1px 3px 2px #65ef81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65ef81


Comments

No comments written yet.

Please login to write comment.