Color Hex Logo

#6ae765 Color Hex

#6AE765
(106,231,101)
0 Favorites   0 Comments

Color spaces of #6ae765

RGB 106231101
HSL0.330.730.65
HSV118°56°91°
CMYK 0.540.000.56   0.09
XYZ36.868761.155622.1729
Yxy61.15560.30670.5088
Hunter Lab78.2020-52.699037.9307
CIE-Lab82.4623-59.756352.0967

#6ae765 color RGB value is (106,231,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100111 01100101
Octal 152 347 145
Decimal 106 231 101
Hex 6A E7 65

RGB Percentages of Color #6ae765

%24.20
%52.74
%23.06

CMYK Percentages of Color #6ae765

%54
%0
%56
%9

Triadic Colors of #6ae765

#6ae765 #656ae7 #e7656a

Analogous Colors of #6ae765

#6ae765 #65e7a1 #abe765

Monochromatic Colors of #6ae765

#6ae765

Complementary Color

#6ae765 #e265e7

#6ae765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae765 Color CSS Codes

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

#6ae765 Text Font Color

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

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


#6ae765 Background Color

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

This div background color is #6ae765


#6ae765 Border Color

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

This div border color is #6ae765


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,231,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 #6ae765">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae765


Comments

No comments written yet.

Please login to write comment.