Color Hex Logo

#6aeaee Color Hex

#6AEAEE
(106,234,238)
0 Favorites   0 Comments

Color spaces of #6aeaee

RGB 106234238
HSL0.510.800.67
HSV182°55°93°
CMYK 0.550.020.00   0.07
XYZ50.799368.082991.3528
Yxy68.08290.24160.3238
Hunter Lab82.5124-34.5019-7.8837
CIE-Lab86.0479-34.0948-12.6882

#6aeaee color RGB value is (106,234,238).

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

The process color (four color CMYK) of #6aeaee color hex is 0.55, 0.02, 0.00, 0.07. Web safe color of #6aeaee is #66ffff. Color #6aeaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101010 11101110
Octal 152 352 356
Decimal 106 234 238
Hex 6A EA EE

RGB Percentages of Color #6aeaee

%18.34
%40.48
%41.18

CMYK Percentages of Color #6aeaee

%55
%2
%0
%7

Triadic Colors of #6aeaee

#6aeaee #ee6aea #eaee6a

Analogous Colors of #6aeaee

#6aeaee #6aa8ee #6aeeb0

Monochromatic Colors of #6aeaee

#6aeaee

Complementary Color

#6aeaee #ee6e6a

#6aeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeaee Color CSS Codes

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

#6aeaee Text Font Color

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

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


#6aeaee Background Color

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

This div background color is #6aeaee


#6aeaee Border Color

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

This div border color is #6aeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeaee


Comments

No comments written yet.

Please login to write comment.