Color Hex Logo

#6afda5 Color Hex

#6AFDA5
(106,253,165)
0 Favorites   0 Comments

Color spaces of #6afda5

RGB 106253165
HSL0.400.970.70
HSV144°58°99°
CMYK 0.580.000.35   0.01
XYZ47.860776.031347.7503
Yxy76.03130.27880.4430
Hunter Lab87.1959-54.616628.5687
CIE-Lab89.8739-58.566230.5907

#6afda5 color RGB value is (106,253,165).

#6afda5 hex color red value is 106, green value is 253 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #6afda5 hue: 0.40 , saturation: 0.97 and the lightness value of 6afda5 is 0.70.

The process color (four color CMYK) of #6afda5 color hex is 0.58, 0.00, 0.35, 0.01. Web safe color of #6afda5 is #66ff99. Color #6afda5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111101 10100101
Octal 152 375 245
Decimal 106 253 165
Hex 6A FD A5

RGB Percentages of Color #6afda5

%20.23
%48.28
%31.49

CMYK Percentages of Color #6afda5

%58
%0
%35
%1

Triadic Colors of #6afda5

#6afda5 #a56afd #fda56a

Analogous Colors of #6afda5

#6afda5 #6afdef #79fd6a

Monochromatic Colors of #6afda5

#6afda5

Complementary Color

#6afda5 #fd6ac2

#6afda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afda5 Color CSS Codes

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

#6afda5 Text Font Color

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

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


#6afda5 Background Color

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

This div background color is #6afda5


#6afda5 Border Color

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

This div border color is #6afda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afda5

Related Colors


Comments

No comments written yet.

Please login to write comment.