Color Hex Logo

#6adcab Color Hex

#6ADCAB
(106,220,171)
0 Favorites   0 Comments

Color spaces of #6adcab

RGB 106220171
HSL0.430.620.64
HSV154°52°86°
CMYK 0.520.000.22   0.14
XYZ38.887757.190847.5174
Yxy57.19080.27080.3983
Hunter Lab75.6246-40.554715.6834
CIE-Lab80.2868-43.840714.3087

#6adcab color RGB value is (106,220,171).

#6adcab hex color red value is 106, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6adcab hue: 0.43 , saturation: 0.62 and the lightness value of 6adcab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 10101011
Octal 152 334 253
Decimal 106 220 171
Hex 6A DC AB

RGB Percentages of Color #6adcab

%21.33
%44.27
%34.41

CMYK Percentages of Color #6adcab

%52
%0
%22
%14

Triadic Colors of #6adcab

#6adcab #ab6adc #dcab6a

Analogous Colors of #6adcab

#6adcab #6ad4dc #6adc72

Monochromatic Colors of #6adcab

#6adcab

Complementary Color

#6adcab #dc6a9b

#6adcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcab Color CSS Codes

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

#6adcab Text Font Color

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

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


#6adcab Background Color

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

This div background color is #6adcab


#6adcab Border Color

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

This div border color is #6adcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcab


Comments

No comments written yet.

Please login to write comment.