Color Hex Logo

#6afbbe Color Hex

#6AFBBE
(106,251,190)
0 Favorites   0 Comments

Color spaces of #6afbbe

RGB 106251190
HSL0.430.950.70
HSV155°58°98°
CMYK 0.580.000.24   0.02
XYZ49.735375.776260.7202
Yxy75.77620.26710.4069
Hunter Lab87.0495-50.351619.5777
CIE-Lab89.7553-52.928217.7148

#6afbbe color RGB value is (106,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 10111110
Octal 152 373 276
Decimal 106 251 190
Hex 6A FB BE

RGB Percentages of Color #6afbbe

%19.38
%45.89
%34.73

CMYK Percentages of Color #6afbbe

%58
%0
%24
%2

Triadic Colors of #6afbbe

#6afbbe #be6afb #fbbe6a

Analogous Colors of #6afbbe

#6afbbe #6af0fb #6afb76

Monochromatic Colors of #6afbbe

#6afbbe

Complementary Color

#6afbbe #fb6aa7

#6afbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbbe Color CSS Codes

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

#6afbbe Text Font Color

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

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


#6afbbe Background Color

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

This div background color is #6afbbe


#6afbbe Border Color

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

This div border color is #6afbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbbe


Comments

No comments written yet.

Please login to write comment.