Color Hex Logo

#6adae7 Color Hex

#6ADAE7
(106,218,231)
0 Favorites   0 Comments

Color spaces of #6adae7

RGB 106218231
HSL0.520.720.66
HSV186°54°91°
CMYK 0.540.060.00   0.09
XYZ45.439158.976584.5900
Yxy58.97650.24040.3120
Hunter Lab76.7962-28.7776-11.5499
CIE-Lab81.2787-28.3433-16.1363

#6adae7 color RGB value is (106,218,231).

#6adae7 hex color red value is 106, green value is 218 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #6adae7 hue: 0.52 , saturation: 0.72 and the lightness value of 6adae7 is 0.66.

The process color (four color CMYK) of #6adae7 color hex is 0.54, 0.06, 0.00, 0.09. Web safe color of #6adae7 is #66ccff. Color #6adae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011010 11100111
Octal 152 332 347
Decimal 106 218 231
Hex 6A DA E7

RGB Percentages of Color #6adae7

%19.10
%39.28
%41.62

CMYK Percentages of Color #6adae7

%54
%6
%0
%9

Triadic Colors of #6adae7

#6adae7 #e76ada #dae76a

Analogous Colors of #6adae7

#6adae7 #6a9ce7 #6ae7b6

Monochromatic Colors of #6adae7

#6adae7

Complementary Color

#6adae7 #e7776a

#6adae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adae7 Color CSS Codes

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

#6adae7 Text Font Color

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

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


#6adae7 Background Color

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

This div background color is #6adae7


#6adae7 Border Color

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

This div border color is #6adae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adae7


Comments

No comments written yet.

Please login to write comment.