Color Hex Logo

#6ab299 Color Hex

#6AB299
(106,178,153)
0 Favorites   0 Comments

Color spaces of #6ab299

RGB 106178153
HSL0.440.320.56
HSV159°40°70°
CMYK 0.400.000.14   0.30
XYZ27.614037.204935.8628
Yxy37.20490.27430.3695
Hunter Lab60.9958-25.93227.8372
CIE-Lab67.4305-28.45735.7252

#6ab299 color RGB value is (106,178,153).

#6ab299 hex color red value is 106, green value is 178 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #6ab299 hue: 0.44 , saturation: 0.32 and the lightness value of 6ab299 is 0.56.

The process color (four color CMYK) of #6ab299 color hex is 0.40, 0.00, 0.14, 0.30. Web safe color of #6ab299 is #669999. Color #6ab299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10110010 10011001
Octal 152 262 231
Decimal 106 178 153
Hex 6A B2 99

RGB Percentages of Color #6ab299

%24.26
%40.73
%35.01

CMYK Percentages of Color #6ab299

%40
%0
%14
%30

Triadic Colors of #6ab299

#6ab299 #996ab2 #b2996a

Analogous Colors of #6ab299

#6ab299 #6aa7b2 #6ab275

Monochromatic Colors of #6ab299

#6ab299

Complementary Color

#6ab299 #b26a83

#6ab299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ab299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ab299 Color CSS Codes

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

#6ab299 Text Font Color

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

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


#6ab299 Background Color

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

This div background color is #6ab299


#6ab299 Border Color

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

This div border color is #6ab299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ab299


Comments

No comments written yet.

Please login to write comment.