Color Hex Logo

#6adae6 Color Hex

#6ADAE6
(106,218,230)
0 Favorites   0 Comments

Color spaces of #6adae6

RGB 106218230
HSL0.520.710.66
HSV186°54°90°
CMYK 0.540.050.00   0.10
XYZ45.298258.920183.8482
Yxy58.92010.24090.3133
Hunter Lab76.7594-28.9904-11.0339
CIE-Lab81.2477-28.6142-15.6508

#6adae6 color RGB value is (106,218,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011010 11100110
Octal 152 332 346
Decimal 106 218 230
Hex 6A DA E6

RGB Percentages of Color #6adae6

%19.13
%39.35
%41.52

CMYK Percentages of Color #6adae6

%54
%5
%0
%10

Triadic Colors of #6adae6

#6adae6 #e66ada #dae66a

Analogous Colors of #6adae6

#6adae6 #6a9ce6 #6ae6b4

Monochromatic Colors of #6adae6

#6adae6

Complementary Color

#6adae6 #e6766a

#6adae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adae6 Color CSS Codes

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

#6adae6 Text Font Color

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

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


#6adae6 Background Color

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

This div background color is #6adae6


#6adae6 Border Color

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

This div border color is #6adae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adae6


Comments

No comments written yet.

Please login to write comment.