Color Hex Logo

#6abfa4 Color Hex

#6ABFA4
(106,191,164)
0 Favorites   0 Comments

Color spaces of #6abfa4

RGB 106191164
HSL0.450.400.58
HSV161°45°75°
CMYK 0.450.000.14   0.25
XYZ31.275543.006141.7746
Yxy43.00610.26950.3706
Hunter Lab65.5790-29.63438.1369
CIE-Lab71.5591-32.21965.6366

#6abfa4 color RGB value is (106,191,164).

#6abfa4 hex color red value is 106, green value is 191 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #6abfa4 hue: 0.45 , saturation: 0.40 and the lightness value of 6abfa4 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111111 10100100
Octal 152 277 244
Decimal 106 191 164
Hex 6A BF A4

RGB Percentages of Color #6abfa4

%22.99
%41.43
%35.57

CMYK Percentages of Color #6abfa4

%45
%0
%14
%25

Triadic Colors of #6abfa4

#6abfa4 #a46abf #bfa46a

Analogous Colors of #6abfa4

#6abfa4 #6ab0bf #6abf7a

Monochromatic Colors of #6abfa4

#6abfa4

Complementary Color

#6abfa4 #bf6a85

#6abfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abfa4 Color CSS Codes

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

#6abfa4 Text Font Color

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

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


#6abfa4 Background Color

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

This div background color is #6abfa4


#6abfa4 Border Color

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

This div border color is #6abfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abfa4


Comments

No comments written yet.

Please login to write comment.