Color Hex Logo

#6aafdf Color Hex

#6AAFDF
(106,175,223)
0 Favorites   0 Comments

Color spaces of #6aafdf

RGB 106175223
HSL0.570.650.65
HSV205°52°87°
CMYK 0.520.220.00   0.13
XYZ34.593139.051875.5265
Yxy39.05180.23190.2618
Hunter Lab62.4914-10.5486-27.9133
CIE-Lab68.7888-8.4808-30.8545

#6aafdf color RGB value is (106,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101111 11011111
Octal 152 257 337
Decimal 106 175 223
Hex 6A AF DF

RGB Percentages of Color #6aafdf

%21.03
%34.72
%44.25

CMYK Percentages of Color #6aafdf

%52
%22
%0
%13

Triadic Colors of #6aafdf

#6aafdf #df6aaf #afdf6a

Analogous Colors of #6aafdf

#6aafdf #6a75df #6adfd5

Monochromatic Colors of #6aafdf

#6aafdf

Complementary Color

#6aafdf #df9a6a

#6aafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aafdf Color CSS Codes

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

#6aafdf Text Font Color

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

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


#6aafdf Background Color

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

This div background color is #6aafdf


#6aafdf Border Color

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

This div border color is #6aafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aafdf


Comments

No comments written yet.

Please login to write comment.