Color Hex Logo

#6adbaf Color Hex

#6ADBAF
(106,219,175)
0 Favorites   0 Comments

Color spaces of #6adbaf

RGB 106219175
HSL0.440.610.64
HSV157°52°86°
CMYK 0.520.000.20   0.14
XYZ39.013256.822449.4690
Yxy56.82240.26850.3911
Hunter Lab75.3806-39.533513.8570
CIE-Lab80.0796-42.548711.9024

#6adbaf color RGB value is (106,219,175).

#6adbaf hex color red value is 106, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6adbaf hue: 0.44 , saturation: 0.61 and the lightness value of 6adbaf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 10101111
Octal 152 333 257
Decimal 106 219 175
Hex 6A DB AF

RGB Percentages of Color #6adbaf

%21.20
%43.80
%35.00

CMYK Percentages of Color #6adbaf

%52
%0
%20
%14

Triadic Colors of #6adbaf

#6adbaf #af6adb #dbaf6a

Analogous Colors of #6adbaf

#6adbaf #6acfdb #6adb77

Monochromatic Colors of #6adbaf

#6adbaf

Complementary Color

#6adbaf #db6a96

#6adbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbaf Color CSS Codes

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

#6adbaf Text Font Color

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

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


#6adbaf Background Color

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

This div background color is #6adbaf


#6adbaf Border Color

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

This div border color is #6adbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbaf


Comments

No comments written yet.

Please login to write comment.