Color Hex Logo

#6af395 Color Hex

#6AF395
(106,243,149)
0 Favorites   0 Comments

Color spaces of #6af395

RGB 106243149
HSL0.390.850.68
HSV139°56°95°
CMYK 0.560.000.39   0.05
XYZ43.419369.335339.5284
Yxy69.33530.28510.4553
Hunter Lab83.2678-52.641430.1417
CIE-Lab86.6698-57.461934.3424

#6af395 color RGB value is (106,243,149).

#6af395 hex color red value is 106, green value is 243 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #6af395 hue: 0.39 , saturation: 0.85 and the lightness value of 6af395 is 0.68.

The process color (four color CMYK) of #6af395 color hex is 0.56, 0.00, 0.39, 0.05. Web safe color of #6af395 is #66ff99. Color #6af395 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11110011 10010101
Octal 152 363 225
Decimal 106 243 149
Hex 6A F3 95

RGB Percentages of Color #6af395

%21.29
%48.80
%29.92

CMYK Percentages of Color #6af395

%56
%0
%39
%5

Triadic Colors of #6af395

#6af395 #956af3 #f3956a

Analogous Colors of #6af395

#6af395 #6af3da #84f36a

Monochromatic Colors of #6af395

#6af395

Complementary Color

#6af395 #f36ac8

#6af395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af395 Color CSS Codes

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

#6af395 Text Font Color

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

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


#6af395 Background Color

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

This div background color is #6af395


#6af395 Border Color

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

This div border color is #6af395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af395


Comments

No comments written yet.

Please login to write comment.