Color Hex Logo

#65af5e Color Hex

#65AF5E
(101,175,94)
0 Favorites   0 Comments

Color spaces of #65af5e

RGB 10117594
HSL0.320.340.53
HSV115°46°69°
CMYK 0.420.000.46   0.31
XYZ22.717234.234816.0003
Yxy34.23480.31140.4693
Hunter Lab58.5105-33.089324.7439
CIE-Lab65.1485-39.482634.3707

#65af5e color RGB value is (101,175,94).

#65af5e hex color red value is 101, green value is 175 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #65af5e hue: 0.32 , saturation: 0.34 and the lightness value of 65af5e is 0.53.

The process color (four color CMYK) of #65af5e color hex is 0.42, 0.00, 0.46, 0.31. Web safe color of #65af5e is #669966. Color #65af5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101111 01011110
Octal 145 257 136
Decimal 101 175 94
Hex 65 AF 5E

RGB Percentages of Color #65af5e

%27.30
%47.30
%25.41

CMYK Percentages of Color #65af5e

%42
%0
%46
%31

Triadic Colors of #65af5e

#65af5e #5e65af #af5e65

Analogous Colors of #65af5e

#65af5e #5eaf80 #8eaf5e

Monochromatic Colors of #65af5e

#65af5e

Complementary Color

#65af5e #a85eaf

#65af5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65af5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#65af5e Color CSS Codes

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

#65af5e Text Font Color

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

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


#65af5e Background Color

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

This div background color is #65af5e


#65af5e Border Color

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

This div border color is #65af5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65af5e


Comments

No comments written yet.

Please login to write comment.