Color Hex Logo

#6aeeec Color Hex

#6AEEEC
(106,238,236)
0 Favorites   0 Comments

Color spaces of #6aeeec

RGB 106238236
HSL0.500.800.67
HSV179°55°93°
CMYK 0.550.000.01   0.07
XYZ51.658770.269490.1975
Yxy70.26940.24350.3313
Hunter Lab83.8268-36.6955-5.1171
CIE-Lab87.1288-36.4787-10.0259

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 11101100
Octal 152 356 354
Decimal 106 238 236
Hex 6A EE EC

RGB Percentages of Color #6aeeec

%18.28
%41.03
%40.69

CMYK Percentages of Color #6aeeec

%55
%0
%1
%7

Triadic Colors of #6aeeec

#6aeeec #ec6aee #eeec6a

Analogous Colors of #6aeeec

#6aeeec #6aaeee #6aeeaa

Monochromatic Colors of #6aeeec

#6aeeec

Complementary Color

#6aeeec #ee6a6c

#6aeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeeec Color CSS Codes

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

#6aeeec Text Font Color

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

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


#6aeeec Background Color

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

This div background color is #6aeeec


#6aeeec Border Color

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

This div border color is #6aeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeeec


Comments

No comments written yet.

Please login to write comment.