Color Hex Logo

#6adcb1 Color Hex

#6ADCB1
(106,220,177)
0 Favorites   0 Comments

Color spaces of #6adcb1

RGB 106220177
HSL0.440.620.64
HSV157°52°86°
CMYK 0.520.000.20   0.14
XYZ39.472957.424950.5986
Yxy57.42490.26760.3893
Hunter Lab75.7792-39.634113.4569
CIE-Lab80.4180-42.553511.3243

#6adcb1 color RGB value is (106,220,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 10110001
Octal 152 334 261
Decimal 106 220 177
Hex 6A DC B1

RGB Percentages of Color #6adcb1

%21.07
%43.74
%35.19

CMYK Percentages of Color #6adcb1

%52
%0
%20
%14

Triadic Colors of #6adcb1

#6adcb1 #b16adc #dcb16a

Analogous Colors of #6adcb1

#6adcb1 #6acedc #6adc78

Monochromatic Colors of #6adcb1

#6adcb1

Complementary Color

#6adcb1 #dc6a95

#6adcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcb1 Color CSS Codes

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

#6adcb1 Text Font Color

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

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


#6adcb1 Background Color

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

This div background color is #6adcb1


#6adcb1 Border Color

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

This div border color is #6adcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcb1


Comments

No comments written yet.

Please login to write comment.