Color Hex Logo

#6adfad Color Hex

#6ADFAD
(106,223,173)
0 Favorites   0 Comments

Color spaces of #6adfad

RGB 106223173
HSL0.430.650.65
HSV154°52°87°
CMYK 0.520.000.22   0.13
XYZ39.874458.856748.7940
Yxy58.85670.27030.3990
Hunter Lab76.7181-41.481015.9933
CIE-Lab81.2128-44.718714.5586

#6adfad color RGB value is (106,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011111 10101101
Octal 152 337 255
Decimal 106 223 173
Hex 6A DF AD

RGB Percentages of Color #6adfad

%21.12
%44.42
%34.46

CMYK Percentages of Color #6adfad

%52
%0
%22
%13

Triadic Colors of #6adfad

#6adfad #ad6adf #dfad6a

Analogous Colors of #6adfad

#6adfad #6ad7df #6adf73

Monochromatic Colors of #6adfad

#6adfad

Complementary Color

#6adfad #df6a9c

#6adfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adfad Color CSS Codes

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

#6adfad Text Font Color

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

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


#6adfad Background Color

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

This div background color is #6adfad


#6adfad Border Color

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

This div border color is #6adfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adfad


Comments

No comments written yet.

Please login to write comment.