Color Hex Logo

#6aafce Color Hex

#6AAFCE
(106,175,206)
0 Favorites   0 Comments

Color spaces of #6aafce

RGB 106175206
HSL0.550.510.61
HSV199°49°81°
CMYK 0.490.150.00   0.19
XYZ32.414438.180364.0536
Yxy38.18030.24070.2836
Hunter Lab61.7902-14.4939-18.2087
CIE-Lab68.1533-13.3992-22.4890

#6aafce color RGB value is (106,175,206).

#6aafce hex color red value is 106, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6aafce hue: 0.55 , saturation: 0.51 and the lightness value of 6aafce is 0.61.

The process color (four color CMYK) of #6aafce color hex is 0.49, 0.15, 0.00, 0.19. Web safe color of #6aafce is #6699cc. Color #6aafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101111 11001110
Octal 152 257 316
Decimal 106 175 206
Hex 6A AF CE

RGB Percentages of Color #6aafce

%21.77
%35.93
%42.30

CMYK Percentages of Color #6aafce

%49
%15
%0
%19

Triadic Colors of #6aafce

#6aafce #ce6aaf #afce6a

Analogous Colors of #6aafce

#6aafce #6a7dce #6acebb

Monochromatic Colors of #6aafce

#6aafce

Complementary Color

#6aafce #ce896a

#6aafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aafce Color CSS Codes

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

#6aafce Text Font Color

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

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


#6aafce Background Color

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

This div background color is #6aafce


#6aafce Border Color

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

This div border color is #6aafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aafce


Comments

No comments written yet.

Please login to write comment.