Color Hex Logo

#6afadc Color Hex

#6AFADC
(106,250,220)
0 Favorites   0 Comments

Color spaces of #6afadc

RGB 106250220
HSL0.470.940.70
HSV168°58°98°
CMYK 0.580.000.12   0.02
XYZ53.047776.602779.7000
Yxy76.60270.25340.3659
Hunter Lab87.5230-44.97637.2755
CIE-Lab90.1384-45.82632.7525

#6afadc color RGB value is (106,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 11011100
Octal 152 372 334
Decimal 106 250 220
Hex 6A FA DC

RGB Percentages of Color #6afadc

%18.40
%43.40
%38.19

CMYK Percentages of Color #6afadc

%58
%0
%12
%2

Triadic Colors of #6afadc

#6afadc #dc6afa #fadc6a

Analogous Colors of #6afadc

#6afadc #6ad0fa #6afa94

Monochromatic Colors of #6afadc

#6afadc

Complementary Color

#6afadc #fa6a88

#6afadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afadc Color CSS Codes

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

#6afadc Text Font Color

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

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


#6afadc Background Color

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

This div background color is #6afadc


#6afadc Border Color

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

This div border color is #6afadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,250,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 #6afadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afadc

Related Colors


Comments

No comments written yet.

Please login to write comment.