Color Hex Logo

#6aecec Color Hex

#6AECEC
(106,236,236)
0 Favorites   0 Comments

Color spaces of #6aecec

RGB 106236236
HSL0.500.770.67
HSV180°55°93°
CMYK 0.550.000.00   0.07
XYZ51.079669.111290.0045
Yxy69.11120.24300.3288
Hunter Lab83.1331-35.8070-5.9974
CIE-Lab86.5591-35.5533-10.8742

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 11101100
Octal 152 354 354
Decimal 106 236 236
Hex 6A EC EC

RGB Percentages of Color #6aecec

%18.34
%40.83
%40.83

CMYK Percentages of Color #6aecec

%55
%0
%0
%7

Triadic Colors of #6aecec

#6aecec #ec6aec #ecec6a

Analogous Colors of #6aecec

#6aecec #6aabec #6aecab

Monochromatic Colors of #6aecec

#6aecec

Complementary Color

#6aecec #ec6a6a

#6aecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aecec Color CSS Codes

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

#6aecec Text Font Color

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

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


#6aecec Background Color

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

This div background color is #6aecec


#6aecec Border Color

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

This div border color is #6aecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aecec


Comments

No comments written yet.

Please login to write comment.