Color Hex Logo

#6aeaba Color Hex

#6AEABA
(106,234,186)
0 Favorites   0 Comments

Color spaces of #6aeaba

RGB 106234186
HSL0.440.750.67
HSV158°55°92°
CMYK 0.550.000.21   0.08
XYZ44.229665.455056.7573
Yxy65.45500.26570.3933
Hunter Lab80.9043-43.998215.0389
CIE-Lab84.7177-46.666612.6914

#6aeaba color RGB value is (106,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101010 10111010
Octal 152 352 272
Decimal 106 234 186
Hex 6A EA BA

RGB Percentages of Color #6aeaba

%20.15
%44.49
%35.36

CMYK Percentages of Color #6aeaba

%55
%0
%21
%8

Triadic Colors of #6aeaba

#6aeaba #ba6aea #eaba6a

Analogous Colors of #6aeaba

#6aeaba #6adaea #6aea7a

Monochromatic Colors of #6aeaba

#6aeaba

Complementary Color

#6aeaba #ea6a9a

#6aeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeaba Color CSS Codes

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

#6aeaba Text Font Color

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

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


#6aeaba Background Color

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

This div background color is #6aeaba


#6aeaba Border Color

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

This div border color is #6aeaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,234,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 #6aeaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeaba


Comments

No comments written yet.

Please login to write comment.