Color Hex Logo

#6bac9f Color Hex

#6BAC9F
(107,172,159)
0 Favorites   0 Comments

Color spaces of #6bac9f

RGB 107172159
HSL0.470.280.55
HSV168°38°67°
CMYK 0.380.000.08   0.33
XYZ27.073935.134138.1555
Yxy35.13410.26980.3501
Hunter Lab59.2740-22.19823.3260
CIE-Lab65.8529-23.83090.1225

#6bac9f color RGB value is (107,172,159).

#6bac9f hex color red value is 107, green value is 172 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #6bac9f hue: 0.47 , saturation: 0.28 and the lightness value of 6bac9f is 0.55.

The process color (four color CMYK) of #6bac9f color hex is 0.38, 0.00, 0.08, 0.33. Web safe color of #6bac9f is #669999. Color #6bac9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101100 10011111
Octal 153 254 237
Decimal 107 172 159
Hex 6B AC 9F

RGB Percentages of Color #6bac9f

%24.43
%39.27
%36.30

CMYK Percentages of Color #6bac9f

%38
%0
%8
%33

Triadic Colors of #6bac9f

#6bac9f #9f6bac #ac9f6b

Analogous Colors of #6bac9f

#6bac9f #6b99ac #6bac7f

Monochromatic Colors of #6bac9f

#6bac9f

Complementary Color

#6bac9f #ac6b78

#6bac9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bac9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bac9f Color CSS Codes

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

#6bac9f Text Font Color

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

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


#6bac9f Background Color

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

This div background color is #6bac9f


#6bac9f Border Color

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

This div border color is #6bac9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,172,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bac9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bac9f;
  -webkit-box-shadow: 1px 1px 3px 2px #6bac9f;
  box-shadow:         1px 1px 3px 2px #6bac9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,172,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bac9f


Comments

No comments written yet.

Please login to write comment.