Color Hex Logo

#6bafaf Color Hex

#6BAFAF
(107,175,175)
0 Favorites   0 Comments

Color spaces of #6bafaf

RGB 107175175
HSL0.500.300.55
HSV180°39°69°
CMYK 0.390.000.00   0.31
XYZ29.131236.880946.1408
Yxy36.88090.25970.3288
Hunter Lab60.7296-20.6528-2.5362
CIE-Lab67.1876-21.4533-6.7968

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101111 10101111
Octal 153 257 257
Decimal 107 175 175
Hex 6B AF AF

RGB Percentages of Color #6bafaf

%23.41
%38.29
%38.29

CMYK Percentages of Color #6bafaf

%39
%0
%0
%31

Triadic Colors of #6bafaf

#6bafaf #af6baf #afaf6b

Analogous Colors of #6bafaf

#6bafaf #6b8daf #6baf8d

Monochromatic Colors of #6bafaf

#6bafaf

Complementary Color

#6bafaf #af6b6b

#6bafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bafaf Color CSS Codes

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

#6bafaf Text Font Color

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

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


#6bafaf Background Color

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

This div background color is #6bafaf


#6bafaf Border Color

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

This div border color is #6bafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bafaf


Comments

No comments written yet.

Please login to write comment.