color codes Logo

#6acba8 color codes

#6ACBA8
(106,203,168)
0 Favorites   0 Comments

Color spaces of #6acba8

RGB 106203168
HSL0.440.480.61
HSV158°48°80°
CMYK 0.480.000.17   0.20
XYZ34.367748.603244.6158
Yxy48.60320.26940.3809
Hunter Lab69.7160-34.008310.8577
CIE-Lab75.2038-36.90888.6979

#6acba8 color RGB value is (106,203,168).

#6acba8 hex color red value is 106, green value is 203 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #6acba8 hue: 0.44 , saturation: 0.48 and the lightness value of 6acba8 is 0.61.

The process color (four color CMYK) of #6acba8 color code is 0.48, 0.00, 0.17, 0.20. Web safe color of #6acba8 is #66cc99. Color #6acba8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001011 10101000
Octal 152 313 250
Decimal 106 203 168
Hex 6A CB A8

RGB Percentages of Color #6acba8

%22.22
%42.56
%35.22

CMYK Percentages of Color #6acba8

%48
%0
%17
%20

Triadic Colors of #6acba8

#6acba8 #a86acb #cba86a

Analogous Colors of #6acba8

#6acba8 #6abecb #6acb78

Monochromatic Colors of #6acba8

#6acba8

Complementary Color

#6acba8 #cb6a8d

#6acba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acba8 Color CSS Codes

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

#6acba8 Text Font Color

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

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


#6acba8 Background Color

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

This div background color is #6acba8


#6acba8 Border Color

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

This div border color is #6acba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acba8


Comments

No comments written yet.

Please login to write comment.