Color Hex Logo

#6afaef Color Hex

#6AFAEF
(106,250,239)
0 Favorites   0 Comments

Color spaces of #6afaef

RGB 106250239
HSL0.490.940.70
HSV175°58°98°
CMYK 0.580.000.04   0.02
XYZ55.709577.667493.7165
Yxy77.66740.24530.3420
Hunter Lab88.1291-41.3898-1.3586
CIE-Lab90.6279-41.1627-6.4047

#6afaef color RGB value is (106,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 11101111
Octal 152 372 357
Decimal 106 250 239
Hex 6A FA EF

RGB Percentages of Color #6afaef

%17.82
%42.02
%40.17

CMYK Percentages of Color #6afaef

%58
%0
%4
%2

Triadic Colors of #6afaef

#6afaef #ef6afa #faef6a

Analogous Colors of #6afaef

#6afaef #6abdfa #6afaa7

Monochromatic Colors of #6afaef

#6afaef

Complementary Color

#6afaef #fa6a75

#6afaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afaef Color CSS Codes

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

#6afaef Text Font Color

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

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


#6afaef Background Color

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

This div background color is #6afaef


#6afaef Border Color

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

This div border color is #6afaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afaef


Comments

No comments written yet.

Please login to write comment.