Color Hex Logo

#6aeabd Color Hex

#6AEABD
(106,234,189)
0 Favorites   0 Comments

Color spaces of #6aeabd

RGB 106234189
HSL0.440.750.67
HSV159°55°92°
CMYK 0.550.000.19   0.08
XYZ44.552065.583958.4549
Yxy65.58390.26430.3890
Hunter Lab80.9839-43.522913.8927
CIE-Lab84.7837-46.012311.2163

#6aeabd color RGB value is (106,234,189).

#6aeabd hex color red value is 106, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6aeabd hue: 0.44 , saturation: 0.75 and the lightness value of 6aeabd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101010 10111101
Octal 152 352 275
Decimal 106 234 189
Hex 6A EA BD

RGB Percentages of Color #6aeabd

%20.04
%44.23
%35.73

CMYK Percentages of Color #6aeabd

%55
%0
%19
%8

Triadic Colors of #6aeabd

#6aeabd #bd6aea #eabd6a

Analogous Colors of #6aeabd

#6aeabd #6ad7ea #6aea7d

Monochromatic Colors of #6aeabd

#6aeabd

Complementary Color

#6aeabd #ea6a97

#6aeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeabd Color CSS Codes

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

#6aeabd Text Font Color

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

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


#6aeabd Background Color

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

This div background color is #6aeabd


#6aeabd Border Color

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

This div border color is #6aeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeabd


Comments

No comments written yet.

Please login to write comment.