Color Hex Logo

#6ab274 Color Hex

#6AB274
(106,178,116)
0 Favorites   0 Comments

Color spaces of #6ab274

RGB 106178116
HSL0.360.320.56
HSV128°40°70°
CMYK 0.400.000.35   0.30
XYZ25.016636.165922.1852
Yxy36.16590.30010.4338
Hunter Lab60.1381-30.988220.2243
CIE-Lab66.6465-35.804824.8062

#6ab274 color RGB value is (106,178,116).

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

The process color (four color CMYK) of #6ab274 color hex is 0.40, 0.00, 0.35, 0.30. Web safe color of #6ab274 is #669966. Color #6ab274 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10110010 01110100
Octal 152 262 164
Decimal 106 178 116
Hex 6A B2 74

RGB Percentages of Color #6ab274

%26.50
%44.50
%29.00

CMYK Percentages of Color #6ab274

%40
%0
%35
%30

Triadic Colors of #6ab274

#6ab274 #746ab2 #b2746a

Analogous Colors of #6ab274

#6ab274 #6ab298 #84b26a

Monochromatic Colors of #6ab274

#6ab274

Complementary Color

#6ab274 #b26aa8

#6ab274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ab274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ab274 Color CSS Codes

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

#6ab274 Text Font Color

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

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


#6ab274 Background Color

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

This div background color is #6ab274


#6ab274 Border Color

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

This div border color is #6ab274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ab274


Comments

No comments written yet.

Please login to write comment.