Color Hex Logo

#6bfaac Color Hex

#6BFAAC
(107,250,172)
0 Favorites   0 Comments

Color spaces of #6bfaac

RGB 107250172
HSL0.410.930.70
HSV147°57°98°
CMYK 0.570.000.31   0.02
XYZ47.695474.475650.8911
Yxy74.47560.27560.4303
Hunter Lab86.2992-52.371325.4459
CIE-Lab89.1468-55.890726.0761

#6bfaac color RGB value is (107,250,172).

#6bfaac hex color red value is 107, green value is 250 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6bfaac hue: 0.41 , saturation: 0.93 and the lightness value of 6bfaac is 0.70.

The process color (four color CMYK) of #6bfaac color hex is 0.57, 0.00, 0.31, 0.02. Web safe color of #6bfaac is #66ff99. Color #6bfaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111010 10101100
Octal 153 372 254
Decimal 107 250 172
Hex 6B FA AC

RGB Percentages of Color #6bfaac

%20.23
%47.26
%32.51

CMYK Percentages of Color #6bfaac

%57
%0
%31
%2

Triadic Colors of #6bfaac

#6bfaac #ac6bfa #faac6b

Analogous Colors of #6bfaac

#6bfaac #6bfaf4 #72fa6b

Monochromatic Colors of #6bfaac

#6bfaac

Complementary Color

#6bfaac #fa6bb9

#6bfaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bfaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bfaac Color CSS Codes

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

#6bfaac Text Font Color

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

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


#6bfaac Background Color

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

This div background color is #6bfaac


#6bfaac Border Color

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

This div border color is #6bfaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bfaac

Related Colors


Comments

No comments written yet.

Please login to write comment.