Color Hex Logo

#6aecfa Color Hex

#6AECFA
(106,236,250)
0 Favorites   0 Comments

Color spaces of #6aecfa

RGB 106236250
HSL0.520.940.70
HSV186°58°98°
CMYK 0.580.060.00   0.02
XYZ53.194669.9572101.1419
Yxy69.95720.23720.3119
Hunter Lab83.6404-32.8462-13.1479
CIE-Lab86.9759-31.8149-17.5987

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

#6aecfa hex color red value is 106, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6aecfa hue: 0.52 , saturation: 0.94 and the lightness value of 6aecfa is 0.70.

The process color (four color CMYK) of #6aecfa color hex is 0.58, 0.06, 0.00, 0.02. Web safe color of #6aecfa is #66ffff. Color #6aecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 11111010
Octal 152 354 372
Decimal 106 236 250
Hex 6A EC FA

RGB Percentages of Color #6aecfa

%17.91
%39.86
%42.23

CMYK Percentages of Color #6aecfa

%58
%6
%0
%2

Triadic Colors of #6aecfa

#6aecfa #fa6aec #ecfa6a

Analogous Colors of #6aecfa

#6aecfa #6aa4fa #6afac0

Monochromatic Colors of #6aecfa

#6aecfa

Complementary Color

#6aecfa #fa786a

#6aecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aecfa Color CSS Codes

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

#6aecfa Text Font Color

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

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


#6aecfa Background Color

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

This div background color is #6aecfa


#6aecfa Border Color

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

This div border color is #6aecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aecfa


Comments

No comments written yet.

Please login to write comment.