Color Hex Logo

#6afbba Color Hex

#6AFBBA
(106,251,186)
0 Favorites   0 Comments

Color spaces of #6afbba

RGB 106251186
HSL0.430.950.70
HSV153°58°98°
CMYK 0.580.000.26   0.02
XYZ49.304075.603758.4488
Yxy75.60370.26890.4123
Hunter Lab86.9504-50.947321.0100
CIE-Lab89.6750-53.750119.6552

#6afbba color RGB value is (106,251,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 10111010
Octal 152 373 272
Decimal 106 251 186
Hex 6A FB BA

RGB Percentages of Color #6afbba

%19.52
%46.22
%34.25

CMYK Percentages of Color #6afbba

%58
%0
%26
%2

Triadic Colors of #6afbba

#6afbba #ba6afb #fbba6a

Analogous Colors of #6afbba

#6afbba #6af4fb #6afb72

Monochromatic Colors of #6afbba

#6afbba

Complementary Color

#6afbba #fb6aab

#6afbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbba Color CSS Codes

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

#6afbba Text Font Color

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

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


#6afbba Background Color

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

This div background color is #6afbba


#6afbba Border Color

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

This div border color is #6afbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbba


Comments

No comments written yet.

Please login to write comment.