Color Hex Logo

#6aefad Color Hex

#6AEFAD
(106,239,173)
0 Favorites   0 Comments

Color spaces of #6aefad

RGB 106239173
HSL0.420.810.68
HSV150°56°94°
CMYK 0.560.000.28   0.06
XYZ44.353267.814350.2870
Yxy67.81430.27300.4174
Hunter Lab82.3494-47.971921.4389
CIE-Lab85.9135-51.460621.1180

#6aefad color RGB value is (106,239,173).

#6aefad hex color red value is 106, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6aefad hue: 0.42 , saturation: 0.81 and the lightness value of 6aefad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 10101101
Octal 152 357 255
Decimal 106 239 173
Hex 6A EF AD

RGB Percentages of Color #6aefad

%20.46
%46.14
%33.40

CMYK Percentages of Color #6aefad

%56
%0
%28
%6

Triadic Colors of #6aefad

#6aefad #ad6aef #efad6a

Analogous Colors of #6aefad

#6aefad #6aefef #6aef6b

Monochromatic Colors of #6aefad

#6aefad

Complementary Color

#6aefad #ef6aac

#6aefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefad Color CSS Codes

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

#6aefad Text Font Color

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

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


#6aefad Background Color

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

This div background color is #6aefad


#6aefad Border Color

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

This div border color is #6aefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefad


Comments

No comments written yet.

Please login to write comment.