Color Hex Logo

#6ad0eb Color Hex

#6AD0EB
(106,208,235)
0 Favorites   0 Comments

Color spaces of #6ad0eb

RGB 106208235
HSL0.530.760.67
HSV193°55°92°
CMYK 0.550.110.00   0.08
XYZ43.495154.174186.7615
Yxy54.17410.23580.2937
Hunter Lab73.6031-23.3223-18.3675
CIE-Lab78.5631-22.2953-22.3783

#6ad0eb color RGB value is (106,208,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11010000 11101011
Octal 152 320 353
Decimal 106 208 235
Hex 6A D0 EB

RGB Percentages of Color #6ad0eb

%19.31
%37.89
%42.81

CMYK Percentages of Color #6ad0eb

%55
%11
%0
%8

Triadic Colors of #6ad0eb

#6ad0eb #eb6ad0 #d0eb6a

Analogous Colors of #6ad0eb

#6ad0eb #6a90eb #6aebc6

Monochromatic Colors of #6ad0eb

#6ad0eb

Complementary Color

#6ad0eb #eb856a

#6ad0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ad0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ad0eb Color CSS Codes

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

#6ad0eb Text Font Color

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

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


#6ad0eb Background Color

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

This div background color is #6ad0eb


#6ad0eb Border Color

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

This div border color is #6ad0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ad0eb


Comments

No comments written yet.

Please login to write comment.