Color Hex Logo

#6afad5 Color Hex

#6AFAD5
(106,250,213)
0 Favorites   0 Comments

Color spaces of #6afad5

RGB 106250213
HSL0.460.940.70
HSV165°58°98°
CMYK 0.580.000.15   0.02
XYZ52.139776.239574.9184
Yxy76.23950.25650.3750
Hunter Lab87.3152-46.211610.2485
CIE-Lab89.9704-47.46446.1420

#6afad5 color RGB value is (106,250,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 11010101
Octal 152 372 325
Decimal 106 250 213
Hex 6A FA D5

RGB Percentages of Color #6afad5

%18.63
%43.94
%37.43

CMYK Percentages of Color #6afad5

%58
%0
%15
%2

Triadic Colors of #6afad5

#6afad5 #d56afa #fad56a

Analogous Colors of #6afad5

#6afad5 #6ad7fa #6afa8d

Monochromatic Colors of #6afad5

#6afad5

Complementary Color

#6afad5 #fa6a8f

#6afad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afad5 Color CSS Codes

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

#6afad5 Text Font Color

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

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


#6afad5 Background Color

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

This div background color is #6afad5


#6afad5 Border Color

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

This div border color is #6afad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afad5


Comments

No comments written yet.

Please login to write comment.