Color Hex Logo

#6adbbf Color Hex

#6ADBBF
(106,219,191)
0 Favorites   0 Comments

Color spaces of #6adbbf

RGB 106219191
HSL0.460.610.64
HSV165°52°86°
CMYK 0.520.000.13   0.14
XYZ40.679357.488858.2426
Yxy57.48880.26010.3676
Hunter Lab75.8214-36.91957.5310
CIE-Lab80.4537-38.94533.9478

#6adbbf color RGB value is (106,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 10111111
Octal 152 333 277
Decimal 106 219 191
Hex 6A DB BF

RGB Percentages of Color #6adbbf

%20.54
%42.44
%37.02

CMYK Percentages of Color #6adbbf

%52
%0
%13
%14

Triadic Colors of #6adbbf

#6adbbf #bf6adb #dbbf6a

Analogous Colors of #6adbbf

#6adbbf #6abfdb #6adb87

Monochromatic Colors of #6adbbf

#6adbbf

Complementary Color

#6adbbf #db6a86

#6adbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbbf Color CSS Codes

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

#6adbbf Text Font Color

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

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


#6adbbf Background Color

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

This div background color is #6adbbf


#6adbbf Border Color

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

This div border color is #6adbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbbf


Comments

No comments written yet.

Please login to write comment.