Color Hex Logo

#6ad8eb Color Hex

#6AD8EB
(106,216,235)
0 Favorites   0 Comments

Color spaces of #6ad8eb

RGB 106216235
HSL0.520.760.67
HSV189°55°92°
CMYK 0.550.080.00   0.08
XYZ45.495158.174187.4281
Yxy58.17410.23810.3044
Hunter Lab76.2719-27.0033-14.5719
CIE-Lab80.8355-26.2725-18.9341

#6ad8eb color RGB value is (106,216,235).

#6ad8eb hex color red value is 106, green value is 216 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6ad8eb hue: 0.52 , saturation: 0.76 and the lightness value of 6ad8eb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011000 11101011
Octal 152 330 353
Decimal 106 216 235
Hex 6A D8 EB

RGB Percentages of Color #6ad8eb

%19.03
%38.78
%42.19

CMYK Percentages of Color #6ad8eb

%55
%8
%0
%8

Triadic Colors of #6ad8eb

#6ad8eb #eb6ad8 #d8eb6a

Analogous Colors of #6ad8eb

#6ad8eb #6a98eb #6aebbe

Monochromatic Colors of #6ad8eb

#6ad8eb

Complementary Color

#6ad8eb #eb7d6a

#6ad8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ad8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ad8eb Color CSS Codes

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

#6ad8eb Text Font Color

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

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


#6ad8eb Background Color

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

This div background color is #6ad8eb


#6ad8eb Border Color

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

This div border color is #6ad8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ad8eb


Comments

No comments written yet.

Please login to write comment.