Color Hex Logo

#6adefd Color Hex

#6ADEFD
(106,222,253)
0 Favorites   0 Comments

Color spaces of #6adefd

RGB 106222253
HSL0.540.970.70
HSV193°58°99°
CMYK 0.580.120.00   0.01
XYZ49.794862.3986102.3482
Yxy62.39860.23210.2908
Hunter Lab78.9928-25.7161-21.5250
CIE-Lab83.1249-24.1883-25.0110

#6adefd color RGB value is (106,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011110 11111101
Octal 152 336 375
Decimal 106 222 253
Hex 6A DE FD

RGB Percentages of Color #6adefd

%18.24
%38.21
%43.55

CMYK Percentages of Color #6adefd

%58
%12
%0
%1

Triadic Colors of #6adefd

#6adefd #fd6ade #defd6a

Analogous Colors of #6adefd

#6adefd #6a95fd #6afdd3

Monochromatic Colors of #6adefd

#6adefd

Complementary Color

#6adefd #fd896a

#6adefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adefd Color CSS Codes

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

#6adefd Text Font Color

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

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


#6adefd Background Color

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

This div background color is #6adefd


#6adefd Border Color

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

This div border color is #6adefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adefd


Comments

No comments written yet.

Please login to write comment.