Color Hex Logo

#6aeeee Color Hex

#6AEEEE
(106,238,238)
0 Favorites   0 Comments

Color spaces of #6aeeee

RGB 106238238
HSL0.500.800.67
HSV180°55°93°
CMYK 0.550.000.00   0.07
XYZ51.951070.386391.7367
Yxy70.38630.24270.3288
Hunter Lab83.8965-36.2869-6.1031
CIE-Lab87.1860-35.9569-10.9898

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 11101110
Octal 152 356 356
Decimal 106 238 238
Hex 6A EE EE

RGB Percentages of Color #6aeeee

%18.21
%40.89
%40.89

CMYK Percentages of Color #6aeeee

%55
%0
%0
%7

Triadic Colors of #6aeeee

#6aeeee #ee6aee #eeee6a

Analogous Colors of #6aeeee

#6aeeee #6aacee #6aeeac

Monochromatic Colors of #6aeeee

#6aeeee

Complementary Color

#6aeeee #ee6a6a

#6aeeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeeee Color CSS Codes

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

#6aeeee Text Font Color

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

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


#6aeeee Background Color

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

This div background color is #6aeeee


#6aeeee Border Color

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

This div border color is #6aeeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeeee


Comments

No comments written yet.

Please login to write comment.