Color Hex Logo

#6adeae Color Hex

#6ADEAE
(106,222,174)
0 Favorites   0 Comments

Color spaces of #6adeae

RGB 106222174
HSL0.430.640.64
HSV155°52°87°
CMYK 0.520.000.22   0.13
XYZ39.705158.362749.2169
Yxy58.36270.26960.3963
Hunter Lab76.3955-40.920115.2799
CIE-Lab80.9400-44.073613.6475

#6adeae color RGB value is (106,222,174).

#6adeae hex color red value is 106, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6adeae hue: 0.43 , saturation: 0.64 and the lightness value of 6adeae is 0.64.

The process color (four color CMYK) of #6adeae color hex is 0.52, 0.00, 0.22, 0.13. Web safe color of #6adeae is #66cc99. Color #6adeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011110 10101110
Octal 152 336 256
Decimal 106 222 174
Hex 6A DE AE

RGB Percentages of Color #6adeae

%21.12
%44.22
%34.66

CMYK Percentages of Color #6adeae

%52
%0
%22
%13

Triadic Colors of #6adeae

#6adeae #ae6ade #deae6a

Analogous Colors of #6adeae

#6adeae #6ad4de #6ade74

Monochromatic Colors of #6adeae

#6adeae

Complementary Color

#6adeae #de6a9a

#6adeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adeae Color CSS Codes

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

#6adeae Text Font Color

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

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


#6adeae Background Color

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

This div background color is #6adeae


#6adeae Border Color

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

This div border color is #6adeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adeae


Comments

No comments written yet.

Please login to write comment.