Color Hex Logo

#6aefbb Color Hex

#6AEFBB
(106,239,187)
0 Favorites   0 Comments

Color spaces of #6aefbb

RGB 106239187
HSL0.430.810.68
HSV157°56°94°
CMYK 0.560.000.22   0.06
XYZ45.780068.385057.8005
Yxy68.38500.26620.3977
Hunter Lab82.6952-45.899216.4454
CIE-Lab86.1986-48.574614.2646

#6aefbb color RGB value is (106,239,187).

#6aefbb hex color red value is 106, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6aefbb hue: 0.43 , saturation: 0.81 and the lightness value of 6aefbb is 0.68.

The process color (four color CMYK) of #6aefbb color hex is 0.56, 0.00, 0.22, 0.06. Web safe color of #6aefbb is #66ffcc. Color #6aefbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 10111011
Octal 152 357 273
Decimal 106 239 187
Hex 6A EF BB

RGB Percentages of Color #6aefbb

%19.92
%44.92
%35.15

CMYK Percentages of Color #6aefbb

%56
%0
%22
%6

Triadic Colors of #6aefbb

#6aefbb #bb6aef #efbb6a

Analogous Colors of #6aefbb

#6aefbb #6ae1ef #6aef79

Monochromatic Colors of #6aefbb

#6aefbb

Complementary Color

#6aefbb #ef6a9e

#6aefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefbb Color CSS Codes

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

#6aefbb Text Font Color

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

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


#6aefbb Background Color

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

This div background color is #6aefbb


#6aefbb Border Color

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

This div border color is #6aefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefbb


Comments

No comments written yet.

Please login to write comment.