Color Hex Logo

#6af98e Color Hex

#6AF98E
(106,249,142)
0 Favorites   0 Comments

Color spaces of #6af98e

RGB 106249142
HSL0.380.920.70
HSV135°57°98°
CMYK 0.570.000.43   0.02
XYZ44.702072.768537.2809
Yxy72.76850.28890.4702
Hunter Lab85.3045-55.743633.8014
CIE-Lab88.3372-60.893539.9742

#6af98e color RGB value is (106,249,142).

#6af98e hex color red value is 106, green value is 249 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6af98e hue: 0.38 , saturation: 0.92 and the lightness value of 6af98e is 0.70.

The process color (four color CMYK) of #6af98e color hex is 0.57, 0.00, 0.43, 0.02. Web safe color of #6af98e is #66ff99. Color #6af98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111001 10001110
Octal 152 371 216
Decimal 106 249 142
Hex 6A F9 8E

RGB Percentages of Color #6af98e

%21.33
%50.10
%28.57

CMYK Percentages of Color #6af98e

%57
%0
%43
%2

Triadic Colors of #6af98e

#6af98e #8e6af9 #f98e6a

Analogous Colors of #6af98e

#6af98e #6af9d6 #8ef96a

Monochromatic Colors of #6af98e

#6af98e

Complementary Color

#6af98e #f96ad5

#6af98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af98e Color CSS Codes

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

#6af98e Text Font Color

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

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


#6af98e Background Color

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

This div background color is #6af98e


#6af98e Border Color

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

This div border color is #6af98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af98e


Comments

No comments written yet.

Please login to write comment.