Color Hex Logo

#6aefef Color Hex

#6AEFEF
(106,239,239)
0 Favorites   0 Comments

Color spaces of #6aefef

RGB 106239239
HSL0.500.810.68
HSV180°56°94°
CMYK 0.560.000.00   0.06
XYZ52.390371.029292.6101
Yxy71.02920.24250.3288
Hunter Lab84.2788-36.5269-6.1559
CIE-Lab87.4992-36.1578-11.0474

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

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

The process color (four color CMYK) of #6aefef color hex is 0.56, 0.00, 0.00, 0.06. Web safe color of #6aefef is #66ffff. Color #6aefef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 11101111
Octal 152 357 357
Decimal 106 239 239
Hex 6A EF EF

RGB Percentages of Color #6aefef

%18.15
%40.92
%40.92

CMYK Percentages of Color #6aefef

%56
%0
%0
%6

Triadic Colors of #6aefef

#6aefef #ef6aef #efef6a

Analogous Colors of #6aefef

#6aefef #6aadef #6aefad

Monochromatic Colors of #6aefef

#6aefef

Complementary Color

#6aefef #ef6a6a

#6aefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefef Color CSS Codes

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

#6aefef Text Font Color

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

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


#6aefef Background Color

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

This div background color is #6aefef


#6aefef Border Color

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

This div border color is #6aefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefef


Comments

No comments written yet.

Please login to write comment.