Color Hex Logo

#6af95d Color Hex

#6AF95D
(106,249,93)
0 Favorites   0 Comments

Color spaces of #6af95d

RGB 10624993
HSL0.320.930.67
HSV115°63°98°
CMYK 0.570.000.63   0.02
XYZ41.795371.605821.9744
Yxy71.60580.30870.5289
Hunter Lab84.6202-59.921343.8376
CIE-Lab87.7785-67.102861.6147

#6af95d color RGB value is (106,249,93).

#6af95d hex color red value is 106, green value is 249 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6af95d hue: 0.32 , saturation: 0.93 and the lightness value of 6af95d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111001 01011101
Octal 152 371 135
Decimal 106 249 93
Hex 6A F9 5D

RGB Percentages of Color #6af95d

%23.66
%55.58
%20.76

CMYK Percentages of Color #6af95d

%57
%0
%63
%2

Triadic Colors of #6af95d

#6af95d #5d6af9 #f95d6a

Analogous Colors of #6af95d

#6af95d #5df99e #b8f95d

Monochromatic Colors of #6af95d

#6af95d

Complementary Color

#6af95d #ec5df9

#6af95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af95d Color CSS Codes

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

#6af95d Text Font Color

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

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


#6af95d Background Color

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

This div background color is #6af95d


#6af95d Border Color

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

This div border color is #6af95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af95d


Comments

No comments written yet.

Please login to write comment.