Color Hex Logo

#6aefb0 Color Hex

#6AEFB0
(106,239,176)
0 Favorites   0 Comments

Color spaces of #6aefb0

RGB 106239176
HSL0.420.810.68
HSV152°56°94°
CMYK 0.560.000.26   0.06
XYZ44.646867.931851.8333
Yxy67.93180.27160.4132
Hunter Lab82.4207-47.544020.4078
CIE-Lab85.9723-50.860319.6509

#6aefb0 color RGB value is (106,239,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 10110000
Octal 152 357 260
Decimal 106 239 176
Hex 6A EF B0

RGB Percentages of Color #6aefb0

%20.35
%45.87
%33.78

CMYK Percentages of Color #6aefb0

%56
%0
%26
%6

Triadic Colors of #6aefb0

#6aefb0 #b06aef #efb06a

Analogous Colors of #6aefb0

#6aefb0 #6aecef #6aef6e

Monochromatic Colors of #6aefb0

#6aefb0

Complementary Color

#6aefb0 #ef6aa9

#6aefb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefb0 Color CSS Codes

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

#6aefb0 Text Font Color

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

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


#6aefb0 Background Color

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

This div background color is #6aefb0


#6aefb0 Border Color

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

This div border color is #6aefb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefb0


Comments

No comments written yet.

Please login to write comment.