Color Hex Logo

#6adaee Color Hex

#6ADAEE
(106,218,238)
0 Favorites   0 Comments

Color spaces of #6adaee

RGB 106218238
HSL0.530.800.67
HSV189°55°93°
CMYK 0.550.080.00   0.07
XYZ46.447959.380089.9023
Yxy59.38000.23730.3034
Hunter Lab77.0584-27.2592-15.2314
CIE-Lab81.5000-26.4253-19.5256

#6adaee color RGB value is (106,218,238).

#6adaee hex color red value is 106, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6adaee hue: 0.53 , saturation: 0.80 and the lightness value of 6adaee is 0.67.

The process color (four color CMYK) of #6adaee color hex is 0.55, 0.08, 0.00, 0.07. Web safe color of #6adaee is #66ccff. Color #6adaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011010 11101110
Octal 152 332 356
Decimal 106 218 238
Hex 6A DA EE

RGB Percentages of Color #6adaee

%18.86
%38.79
%42.35

CMYK Percentages of Color #6adaee

%55
%8
%0
%7

Triadic Colors of #6adaee

#6adaee #ee6ada #daee6a

Analogous Colors of #6adaee

#6adaee #6a98ee #6aeec0

Monochromatic Colors of #6adaee

#6adaee

Complementary Color

#6adaee #ee7e6a

#6adaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adaee Color CSS Codes

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

#6adaee Text Font Color

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

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


#6adaee Background Color

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

This div background color is #6adaee


#6adaee Border Color

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

This div border color is #6adaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adaee


Comments

No comments written yet.

Please login to write comment.