Color Hex Logo

#6aeeb5 Color Hex

#6AEEB5
(106,238,181)
0 Favorites   0 Comments

Color spaces of #6aeeb5

RGB 106238181
HSL0.430.800.67
HSV154°55°93°
CMYK 0.550.000.24   0.07
XYZ44.858967.549454.3901
Yxy67.54940.26890.4050
Hunter Lab82.1884-46.403518.2954
CIE-Lab85.7806-49.419516.7937

#6aeeb5 color RGB value is (106,238,181).

#6aeeb5 hex color red value is 106, green value is 238 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #6aeeb5 hue: 0.43 , saturation: 0.80 and the lightness value of 6aeeb5 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 10110101
Octal 152 356 265
Decimal 106 238 181
Hex 6A EE B5

RGB Percentages of Color #6aeeb5

%20.19
%45.33
%34.48

CMYK Percentages of Color #6aeeb5

%55
%0
%24
%7

Triadic Colors of #6aeeb5

#6aeeb5 #b56aee #eeb56a

Analogous Colors of #6aeeb5

#6aeeb5 #6ae5ee #6aee73

Monochromatic Colors of #6aeeb5

#6aeeb5

Complementary Color

#6aeeb5 #ee6aa3

#6aeeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeeb5 Color CSS Codes

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

#6aeeb5 Text Font Color

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

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


#6aeeb5 Background Color

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

This div background color is #6aeeb5


#6aeeb5 Border Color

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

This div border color is #6aeeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeeb5


Comments

No comments written yet.

Please login to write comment.