Color Hex Logo

#6adfbb Color Hex

#6ADFBB
(106,223,187)
0 Favorites   0 Comments

Color spaces of #6adfbb

RGB 106223187
HSL0.450.650.65
HSV162°52°87°
CMYK 0.520.000.16   0.13
XYZ41.301259.427456.3075
Yxy59.42740.26300.3784
Hunter Lab77.0892-39.273110.6558
CIE-Lab81.5260-41.65657.6148

#6adfbb color RGB value is (106,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011111 10111011
Octal 152 337 273
Decimal 106 223 187
Hex 6A DF BB

RGB Percentages of Color #6adfbb

%20.54
%43.22
%36.24

CMYK Percentages of Color #6adfbb

%52
%0
%16
%13

Triadic Colors of #6adfbb

#6adfbb #bb6adf #dfbb6a

Analogous Colors of #6adfbb

#6adfbb #6ac9df #6adf81

Monochromatic Colors of #6adfbb

#6adfbb

Complementary Color

#6adfbb #df6a8e

#6adfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adfbb Color CSS Codes

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

#6adfbb Text Font Color

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

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


#6adfbb Background Color

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

This div background color is #6adfbb


#6adfbb Border Color

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

This div border color is #6adfbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,223,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 #6adfbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adfbb


Comments

No comments written yet.

Please login to write comment.