Color Hex Logo

#6affbe Color Hex

#6AFFBE
(106,255,190)
0 Favorites   0 Comments

Color spaces of #6affbe

RGB 106255190
HSL0.431.000.71
HSV154°58°100°
CMYK 0.580.000.25   0.00
XYZ50.998178.301961.1411
Yxy78.30190.26780.4112
Hunter Lab88.4884-51.980520.9754
CIE-Lab90.9175-54.555919.3391

#6affbe color RGB value is (106,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111111 10111110
Octal 152 377 276
Decimal 106 255 190
Hex 6A FF BE

RGB Percentages of Color #6affbe

%19.24
%46.28
%34.48

CMYK Percentages of Color #6affbe

%58
%0
%25
%0

Triadic Colors of #6affbe

#6affbe #be6aff #ffbe6a

Analogous Colors of #6affbe

#6affbe #6af6ff #6aff74

Monochromatic Colors of #6affbe

#6affbe

Complementary Color

#6affbe #ff6aab

#6affbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6affbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6affbe Color CSS Codes

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

#6affbe Text Font Color

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

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


#6affbe Background Color

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

This div background color is #6affbe


#6affbe Border Color

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

This div border color is #6affbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,255,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 #6affbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6affbe


Comments

No comments written yet.

Please login to write comment.