Color Hex Logo

#6adcbb Color Hex

#6ADCBB
(106,220,187)
0 Favorites   0 Comments

Color spaces of #6adcbb

RGB 106220187
HSL0.450.620.64
HSV163°52°86°
CMYK 0.520.000.15   0.14
XYZ40.506757.838456.0427
Yxy57.83840.26240.3746
Hunter Lab76.0516-38.01739.5451
CIE-Lab80.6489-40.32006.3546

#6adcbb color RGB value is (106,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 10111011
Octal 152 334 273
Decimal 106 220 187
Hex 6A DC BB

RGB Percentages of Color #6adcbb

%20.66
%42.88
%36.45

CMYK Percentages of Color #6adcbb

%52
%0
%15
%14

Triadic Colors of #6adcbb

#6adcbb #bb6adc #dcbb6a

Analogous Colors of #6adcbb

#6adcbb #6ac4dc #6adc82

Monochromatic Colors of #6adcbb

#6adcbb

Complementary Color

#6adcbb #dc6a8b

#6adcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcbb Color CSS Codes

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

#6adcbb Text Font Color

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

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


#6adcbb Background Color

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

This div background color is #6adcbb


#6adcbb Border Color

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

This div border color is #6adcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcbb


Comments

No comments written yet.

Please login to write comment.