Color Hex Logo

#6adfff Color Hex

#6ADFFF
(106,223,255)
0 Favorites   0 Comments

Color spaces of #6adfff

RGB 106223255
HSL0.541.000.71
HSV193°58°100°
CMYK 0.580.130.00   0.00
XYZ50.381563.0595104.1241
Yxy63.05950.23160.2898
Hunter Lab79.4100-25.7186-22.1553
CIE-Lab83.4737-24.1146-25.5364

#6adfff color RGB value is (106,223,255).

#6adfff hex color red value is 106, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6adfff hue: 0.54 , saturation: 1.00 and the lightness value of 6adfff is 0.71.

The process color (four color CMYK) of #6adfff color hex is 0.58, 0.13, 0.00, 0.00. Web safe color of #6adfff is #66ccff. Color #6adfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011111 11111111
Octal 152 337 377
Decimal 106 223 255
Hex 6A DF FF

RGB Percentages of Color #6adfff

%18.15
%38.18
%43.66

CMYK Percentages of Color #6adfff

%58
%13
%0
%0

Triadic Colors of #6adfff

#6adfff #ff6adf #dfff6a

Analogous Colors of #6adfff

#6adfff #6a95ff #6affd5

Monochromatic Colors of #6adfff

#6adfff

Complementary Color

#6adfff #ff8a6a

#6adfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adfff Color CSS Codes

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

#6adfff Text Font Color

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

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


#6adfff Background Color

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

This div background color is #6adfff


#6adfff Border Color

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

This div border color is #6adfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adfff


Comments

No comments written yet.

Please login to write comment.