Color Hex Logo

#6aefde Color Hex

#6AEFDE
(106,239,222)
0 Favorites   0 Comments

Color spaces of #6aefde

RGB 106239222
HSL0.480.810.68
HSV172°56°94°
CMYK 0.560.000.07   0.06
XYZ49.995270.071179.9973
Yxy70.07110.24990.3502
Hunter Lab83.7085-39.88011.9345
CIE-Lab87.0317-40.4879-2.8277

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 11011110
Octal 152 357 336
Decimal 106 239 222
Hex 6A EF DE

RGB Percentages of Color #6aefde

%18.69
%42.15
%39.15

CMYK Percentages of Color #6aefde

%56
%0
%7
%6

Triadic Colors of #6aefde

#6aefde #de6aef #efde6a

Analogous Colors of #6aefde

#6aefde #6abeef #6aef9c

Monochromatic Colors of #6aefde

#6aefde

Complementary Color

#6aefde #ef6a7b

#6aefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefde Color CSS Codes

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

#6aefde Text Font Color

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

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


#6aefde Background Color

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

This div background color is #6aefde


#6aefde Border Color

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

This div border color is #6aefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefde


Comments

No comments written yet.

Please login to write comment.