Color Hex Logo

#6aeab3 Color Hex

#6AEAB3
(106,234,179)
0 Favorites   0 Comments

Color spaces of #6aeab3

RGB 106234179
HSL0.430.750.67
HSV154°55°92°
CMYK 0.550.000.24   0.08
XYZ43.503465.164552.9330
Yxy65.16450.26920.4032
Hunter Lab80.7245-45.072217.6293
CIE-Lab84.5684-48.155716.1337

#6aeab3 color RGB value is (106,234,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101010 10110011
Octal 152 352 263
Decimal 106 234 179
Hex 6A EA B3

RGB Percentages of Color #6aeab3

%20.42
%45.09
%34.49

CMYK Percentages of Color #6aeab3

%55
%0
%24
%8

Triadic Colors of #6aeab3

#6aeab3 #b36aea #eab36a

Analogous Colors of #6aeab3

#6aeab3 #6ae1ea #6aea73

Monochromatic Colors of #6aeab3

#6aeab3

Complementary Color

#6aeab3 #ea6aa1

#6aeab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeab3 Color CSS Codes

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

#6aeab3 Text Font Color

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

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


#6aeab3 Background Color

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

This div background color is #6aeab3


#6aeab3 Border Color

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

This div border color is #6aeab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeab3


Comments

No comments written yet.

Please login to write comment.