Color Hex Logo

#6bafaa Color Hex

#6BAFAA
(107,175,170)
0 Favorites   0 Comments

Color spaces of #6bafaa

RGB 107175170
HSL0.490.300.55
HSV176°39°69°
CMYK 0.390.000.03   0.31
XYZ28.649136.688043.6017
Yxy36.68800.26300.3368
Hunter Lab60.5706-21.5705-0.2804
CIE-Lab67.0423-22.6970-4.2396

#6bafaa color RGB value is (107,175,170).

#6bafaa hex color red value is 107, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6bafaa hue: 0.49 , saturation: 0.30 and the lightness value of 6bafaa is 0.55.

The process color (four color CMYK) of #6bafaa color hex is 0.39, 0.00, 0.03, 0.31. Web safe color of #6bafaa is #669999. Color #6bafaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101111 10101010
Octal 153 257 252
Decimal 107 175 170
Hex 6B AF AA

RGB Percentages of Color #6bafaa

%23.67
%38.72
%37.61

CMYK Percentages of Color #6bafaa

%39
%0
%3
%31

Triadic Colors of #6bafaa

#6bafaa #aa6baf #afaa6b

Analogous Colors of #6bafaa

#6bafaa #6b92af #6baf88

Monochromatic Colors of #6bafaa

#6bafaa

Complementary Color

#6bafaa #af6b70

#6bafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bafaa Color CSS Codes

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

#6bafaa Text Font Color

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

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


#6bafaa Background Color

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

This div background color is #6bafaa


#6bafaa Border Color

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

This div border color is #6bafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bafaa


Comments

No comments written yet.

Please login to write comment.