Color Hex Logo

#6aef65 Color Hex

#6AEF65
(106,239,101)
0 Favorites   0 Comments

Color spaces of #6aef65

RGB 106239101
HSL0.330.810.67
HSV118°58°94°
CMYK 0.560.000.58   0.06
XYZ39.159365.736822.9365
Yxy65.73680.30630.5142
Hunter Lab81.0782-55.674739.9820
CIE-Lab84.8620-62.699254.8985

#6aef65 color RGB value is (106,239,101).

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

The process color (four color CMYK) of #6aef65 color hex is 0.56, 0.00, 0.58, 0.06. Web safe color of #6aef65 is #66ff66. Color #6aef65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 01100101
Octal 152 357 145
Decimal 106 239 101
Hex 6A EF 65

RGB Percentages of Color #6aef65

%23.77
%53.59
%22.65

CMYK Percentages of Color #6aef65

%56
%0
%58
%6

Triadic Colors of #6aef65

#6aef65 #656aef #ef656a

Analogous Colors of #6aef65

#6aef65 #65efa5 #afef65

Monochromatic Colors of #6aef65

#6aef65

Complementary Color

#6aef65 #ea65ef

#6aef65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aef65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aef65 Color CSS Codes

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

#6aef65 Text Font Color

<p style="color:#6aef65">Text here</p>

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


#6aef65 Background Color

<div style="background-color:#6aef65">
Div content here</div>

This div background color is #6aef65


#6aef65 Border Color

<div style="border:3px solid #6aef65">
Div here</div>

This div border color is #6aef65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aef65


Comments

No comments written yet.

Please login to write comment.