Color Hex Logo

#6abade Color Hex

#6ABADE
(106,186,222)
0 Favorites   0 Comments

Color spaces of #6abade

RGB 106186222
HSL0.550.640.64
HSV199°52°87°
CMYK 0.520.160.00   0.13
XYZ36.687643.455975.5614
Yxy43.45590.23560.2791
Hunter Lab65.9211-16.0198-21.8158
CIE-Lab71.8633-14.6690-25.5808

#6abade color RGB value is (106,186,222).

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

The process color (four color CMYK) of #6abade color hex is 0.52, 0.16, 0.00, 0.13. Web safe color of #6abade is #66cccc. Color #6abade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 11011110
Octal 152 272 336
Decimal 106 186 222
Hex 6A BA DE

RGB Percentages of Color #6abade

%20.62
%36.19
%43.19

CMYK Percentages of Color #6abade

%52
%16
%0
%13

Triadic Colors of #6abade

#6abade #de6aba #bade6a

Analogous Colors of #6abade

#6abade #6a80de #6adec8

Monochromatic Colors of #6abade

#6abade

Complementary Color

#6abade #de8e6a

#6abade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abade Color CSS Codes

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

#6abade Text Font Color

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

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


#6abade Background Color

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

This div background color is #6abade


#6abade Border Color

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

This div border color is #6abade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,186,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 #6abade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abade


Comments

No comments written yet.

Please login to write comment.