color codes Logo

#6adf95 color codes

#6ADF95
(106,223,149)
0 Favorites   0 Comments

Color spaces of #6adf95

RGB 106223149
HSL0.390.650.65
HSV142°52°87°
CMYK 0.520.000.33   0.13
XYZ37.756358.009437.6407
Yxy58.00940.28300.4348
Hunter Lab76.1639-44.800024.0132
CIE-Lab80.7440-49.446826.4338

#6adf95 color RGB value is (106,223,149).

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

The process color (four color CMYK) of #6adf95 color code is 0.52, 0.00, 0.33, 0.13. Web safe color of #6adf95 is #66cc99. Color #6adf95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011111 10010101
Octal 152 337 225
Decimal 106 223 149
Hex 6A DF 95

RGB Percentages of Color #6adf95

%22.18
%46.65
%31.17

CMYK Percentages of Color #6adf95

%52
%0
%33
%13

Triadic Colors of #6adf95

#6adf95 #956adf #df956a

Analogous Colors of #6adf95

#6adf95 #6adfd0 #7adf6a

Monochromatic Colors of #6adf95

#6adf95

Complementary Color

#6adf95 #df6ab4

#6adf95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adf95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adf95 Color CSS Codes

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

#6adf95 Text Font Color

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

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


#6adf95 Background Color

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

This div background color is #6adf95


#6adf95 Border Color

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

This div border color is #6adf95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adf95

#6adf95 Color Palettes


Comments

No comments written yet.

Please login to write comment.