Color Hex Logo

#6afabf Color Hex

#6AFABF
(106,250,191)
0 Favorites   0 Comments

Color spaces of #6afabf

RGB 106250191
HSL0.430.940.70
HSV155°58°98°
CMYK 0.580.000.24   0.02
XYZ49.533475.197061.1940
Yxy75.19700.26640.4044
Hunter Lab86.7162-49.791918.8615
CIE-Lab89.4852-52.309716.8220

#6afabf color RGB value is (106,250,191).

#6afabf hex color red value is 106, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6afabf hue: 0.43 , saturation: 0.94 and the lightness value of 6afabf is 0.70.

The process color (four color CMYK) of #6afabf color hex is 0.58, 0.00, 0.24, 0.02. Web safe color of #6afabf is #66ffcc. Color #6afabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 10111111
Octal 152 372 277
Decimal 106 250 191
Hex 6A FA BF

RGB Percentages of Color #6afabf

%19.38
%45.70
%34.92

CMYK Percentages of Color #6afabf

%58
%0
%24
%2

Triadic Colors of #6afabf

#6afabf #bf6afa #fabf6a

Analogous Colors of #6afabf

#6afabf #6aedfa #6afa77

Monochromatic Colors of #6afabf

#6afabf

Complementary Color

#6afabf #fa6aa5

#6afabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afabf Color CSS Codes

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

#6afabf Text Font Color

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

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


#6afabf Background Color

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

This div background color is #6afabf


#6afabf Border Color

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

This div border color is #6afabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afabf


Comments

No comments written yet.

Please login to write comment.