Color Hex Logo

#6adade Color Hex

#6ADADE
(106,218,222)
0 Favorites   0 Comments

Color spaces of #6adade

RGB 106218222
HSL0.510.640.64
HSV182°52°87°
CMYK 0.520.020.00   0.13
XYZ44.200158.480978.0656
Yxy58.48090.24450.3236
Hunter Lab76.4728-30.6572-6.9939
CIE-Lab81.0054-30.7518-11.7535

#6adade color RGB value is (106,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011010 11011110
Octal 152 332 336
Decimal 106 218 222
Hex 6A DA DE

RGB Percentages of Color #6adade

%19.41
%39.93
%40.66

CMYK Percentages of Color #6adade

%52
%2
%0
%13

Triadic Colors of #6adade

#6adade #de6ada #dade6a

Analogous Colors of #6adade

#6adade #6aa0de #6adea8

Monochromatic Colors of #6adade

#6adade

Complementary Color

#6adade #de6e6a

#6adade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adade Color CSS Codes

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

#6adade Text Font Color

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

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


#6adade Background Color

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

This div background color is #6adade


#6adade Border Color

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

This div border color is #6adade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adade


Comments

No comments written yet.

Please login to write comment.