Color Hex Logo

#6af1dc Color Hex

#6AF1DC
(106,241,220)
0 Favorites   0 Comments

Color spaces of #6af1dc

RGB 106241220
HSL0.470.830.68
HSV171°56°95°
CMYK 0.560.000.09   0.05
XYZ50.317471.142178.7899
Yxy71.14210.25130.3553
Hunter Lab84.3458-41.11903.6575
CIE-Lab87.5540-41.8739-1.0147

#6af1dc color RGB value is (106,241,220).

#6af1dc hex color red value is 106, green value is 241 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6af1dc hue: 0.47 , saturation: 0.83 and the lightness value of 6af1dc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11110001 11011100
Octal 152 361 334
Decimal 106 241 220
Hex 6A F1 DC

RGB Percentages of Color #6af1dc

%18.69
%42.50
%38.80

CMYK Percentages of Color #6af1dc

%56
%0
%9
%5

Triadic Colors of #6af1dc

#6af1dc #dc6af1 #f1dc6a

Analogous Colors of #6af1dc

#6af1dc #6ac3f1 #6af199

Monochromatic Colors of #6af1dc

#6af1dc

Complementary Color

#6af1dc #f16a7f

#6af1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af1dc Color CSS Codes

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

#6af1dc Text Font Color

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

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


#6af1dc Background Color

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

This div background color is #6af1dc


#6af1dc Border Color

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

This div border color is #6af1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af1dc


Comments

No comments written yet.

Please login to write comment.