Color Hex Logo

#6aeade Color Hex

#6AEADE
(106,234,222)
0 Favorites   0 Comments

Color spaces of #6aeade

RGB 106234222
HSL0.480.750.67
HSV174°55°92°
CMYK 0.550.000.05   0.08
XYZ48.551567.183779.5161
Yxy67.18370.24870.3441
Hunter Lab81.9657-37.7073-0.1421
CIE-Lab85.5966-38.2252-4.9395

#6aeade color RGB value is (106,234,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101010 11011110
Octal 152 352 336
Decimal 106 234 222
Hex 6A EA DE

RGB Percentages of Color #6aeade

%18.86
%41.64
%39.50

CMYK Percentages of Color #6aeade

%55
%0
%5
%8

Triadic Colors of #6aeade

#6aeade #de6aea #eade6a

Analogous Colors of #6aeade

#6aeade #6ab6ea #6aea9e

Monochromatic Colors of #6aeade

#6aeade

Complementary Color

#6aeade #ea6a76

#6aeade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeade Color CSS Codes

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

#6aeade Text Font Color

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

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


#6aeade Background Color

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

This div background color is #6aeade


#6aeade Border Color

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

This div border color is #6aeade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeade


Comments

No comments written yet.

Please login to write comment.