Color Hex Logo

#6abd8f Color Hex

#6ABD8F
(106,189,143)
0 Favorites   0 Comments

Color spaces of #6abd8f

RGB 106189143
HSL0.410.390.58
HSV147°44°74°
CMYK 0.440.000.24   0.26
XYZ29.099441.442532.4521
Yxy41.44250.28250.4024
Hunter Lab64.3758-31.971515.1748
CIE-Lab70.4848-35.788315.5166

#6abd8f color RGB value is (106,189,143).

#6abd8f hex color red value is 106, green value is 189 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #6abd8f hue: 0.41 , saturation: 0.39 and the lightness value of 6abd8f is 0.58.

The process color (four color CMYK) of #6abd8f color hex is 0.44, 0.00, 0.24, 0.26. Web safe color of #6abd8f is #66cc99. Color #6abd8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111101 10001111
Octal 152 275 217
Decimal 106 189 143
Hex 6A BD 8F

RGB Percentages of Color #6abd8f

%24.20
%43.15
%32.65

CMYK Percentages of Color #6abd8f

%44
%0
%24
%26

Triadic Colors of #6abd8f

#6abd8f #8f6abd #bd8f6a

Analogous Colors of #6abd8f

#6abd8f #6abdb9 #6fbd6a

Monochromatic Colors of #6abd8f

#6abd8f

Complementary Color

#6abd8f #bd6a98

#6abd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abd8f Color CSS Codes

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

#6abd8f Text Font Color

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

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


#6abd8f Background Color

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

This div background color is #6abd8f


#6abd8f Border Color

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

This div border color is #6abd8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abd8f


Comments

No comments written yet.

Please login to write comment.