Color Hex Logo

#6aefcd Color Hex

#6AEFCD
(106,239,205)
0 Favorites   0 Comments

Color spaces of #6aefcd

RGB 106239205
HSL0.460.810.68
HSV165°56°94°
CMYK 0.560.000.14   0.06
XYZ47.829869.205068.5946
Yxy69.20500.25770.3728
Hunter Lab83.1895-42.95329.3446
CIE-Lab86.6055-44.56395.4550

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 11001101
Octal 152 357 315
Decimal 106 239 205
Hex 6A EF CD

RGB Percentages of Color #6aefcd

%19.27
%43.45
%37.27

CMYK Percentages of Color #6aefcd

%56
%0
%14
%6

Triadic Colors of #6aefcd

#6aefcd #cd6aef #efcd6a

Analogous Colors of #6aefcd

#6aefcd #6acfef #6aef8b

Monochromatic Colors of #6aefcd

#6aefcd

Complementary Color

#6aefcd #ef6a8c

#6aefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefcd Color CSS Codes

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

#6aefcd Text Font Color

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

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


#6aefcd Background Color

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

This div background color is #6aefcd


#6aefcd Border Color

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

This div border color is #6aefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefcd


Comments

No comments written yet.

Please login to write comment.