Color Hex Logo

#6aefee Color Hex

#6AEFEE
(106,239,238)
0 Favorites   0 Comments

Color spaces of #6aefee

RGB 106239238
HSL0.500.810.68
HSV180°56°94°
CMYK 0.560.000.00   0.06
XYZ52.243070.970291.8340
Yxy70.97020.24290.3300
Hunter Lab84.2438-36.7316-5.6612
CIE-Lab87.4705-36.4188-10.5660

#6aefee color RGB value is (106,239,238).

#6aefee hex color red value is 106, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6aefee hue: 0.50 , saturation: 0.81 and the lightness value of 6aefee is 0.68.

The process color (four color CMYK) of #6aefee color hex is 0.56, 0.00, 0.00, 0.06. Web safe color of #6aefee is #66ffff. Color #6aefee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 11101110
Octal 152 357 356
Decimal 106 239 238
Hex 6A EF EE

RGB Percentages of Color #6aefee

%18.18
%40.99
%40.82

CMYK Percentages of Color #6aefee

%56
%0
%0
%6

Triadic Colors of #6aefee

#6aefee #ee6aef #efee6a

Analogous Colors of #6aefee

#6aefee #6aaeef #6aefac

Monochromatic Colors of #6aefee

#6aefee

Complementary Color

#6aefee #ef6a6b

#6aefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefee Color CSS Codes

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

#6aefee Text Font Color

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

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


#6aefee Background Color

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

This div background color is #6aefee


#6aefee Border Color

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

This div border color is #6aefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefee


Comments

No comments written yet.

Please login to write comment.