Color Hex Logo

#6aeed7 Color Hex

#6AEED7
(106,238,215)
0 Favorites   0 Comments

Color spaces of #6aeed7

RGB 106238215
HSL0.470.800.67
HSV170°55°93°
CMYK 0.550.000.10   0.07
XYZ48.784169.119575.0602
Yxy69.11950.25280.3582
Hunter Lab83.1381-40.75094.6675
CIE-Lab86.5632-41.75410.1561

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 11010111
Octal 152 356 327
Decimal 106 238 215
Hex 6A EE D7

RGB Percentages of Color #6aeed7

%18.96
%42.58
%38.46

CMYK Percentages of Color #6aeed7

%55
%0
%10
%7

Triadic Colors of #6aeed7

#6aeed7 #d76aee #eed76a

Analogous Colors of #6aeed7

#6aeed7 #6ac3ee #6aee95

Monochromatic Colors of #6aeed7

#6aeed7

Complementary Color

#6aeed7 #ee6a81

#6aeed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeed7 Color CSS Codes

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

#6aeed7 Text Font Color

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

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


#6aeed7 Background Color

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

This div background color is #6aeed7


#6aeed7 Border Color

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

This div border color is #6aeed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeed7


Comments

No comments written yet.

Please login to write comment.