Color Hex Logo

#6aafde Color Hex

#6AAFDE
(106,175,222)
0 Favorites   0 Comments

Color spaces of #6aafde

RGB 106175222
HSL0.570.640.64
HSV204°52°87°
CMYK 0.520.210.00   0.13
XYZ34.458638.998074.8185
Yxy38.99800.23240.2630
Hunter Lab62.4484-10.7895-27.3206
CIE-Lab68.7498-8.7761-30.3667

#6aafde color RGB value is (106,175,222).

#6aafde hex color red value is 106, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6aafde hue: 0.57 , saturation: 0.64 and the lightness value of 6aafde is 0.64.

The process color (four color CMYK) of #6aafde color hex is 0.52, 0.21, 0.00, 0.13. Web safe color of #6aafde is #6699cc. Color #6aafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101111 11011110
Octal 152 257 336
Decimal 106 175 222
Hex 6A AF DE

RGB Percentages of Color #6aafde

%21.07
%34.79
%44.14

CMYK Percentages of Color #6aafde

%52
%21
%0
%13

Triadic Colors of #6aafde

#6aafde #de6aaf #afde6a

Analogous Colors of #6aafde

#6aafde #6a75de #6aded3

Monochromatic Colors of #6aafde

#6aafde

Complementary Color

#6aafde #de996a

#6aafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aafde Color CSS Codes

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

#6aafde Text Font Color

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

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


#6aafde Background Color

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

This div background color is #6aafde


#6aafde Border Color

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

This div border color is #6aafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aafde


Comments

No comments written yet.

Please login to write comment.