Color Hex Logo

#6aabed Color Hex

#6AABED
(106,171,237)
0 Favorites   0 Comments

Color spaces of #6aabed

RGB 106171237
HSL0.580.780.67
HSV210°55°93°
CMYK 0.550.280.00   0.07
XYZ35.792838.304485.6278
Yxy38.30440.22410.2398
Hunter Lab61.8905-5.0776-38.7065
CIE-Lab68.2444-2.0542-39.3581

#6aabed color RGB value is (106,171,237).

#6aabed hex color red value is 106, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6aabed hue: 0.58 , saturation: 0.78 and the lightness value of 6aabed is 0.67.

The process color (four color CMYK) of #6aabed color hex is 0.55, 0.28, 0.00, 0.07. Web safe color of #6aabed is #6699ff. Color #6aabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11101101
Octal 152 253 355
Decimal 106 171 237
Hex 6A AB ED

RGB Percentages of Color #6aabed

%20.62
%33.27
%46.11

CMYK Percentages of Color #6aabed

%55
%28
%0
%7

Triadic Colors of #6aabed

#6aabed #ed6aab #abed6a

Analogous Colors of #6aabed

#6aabed #6b6aed #6aeded

Monochromatic Colors of #6aabed

#6aabed

Complementary Color

#6aabed #edac6a

#6aabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabed Color CSS Codes

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

#6aabed Text Font Color

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

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


#6aabed Background Color

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

This div background color is #6aabed


#6aabed Border Color

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

This div border color is #6aabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabed


Comments

No comments written yet.

Please login to write comment.