Color Hex Logo

#68a6eb Color Hex

#68A6EB
(104,166,235)
0 Favorites   0 Comments

Color spaces of #68a6eb

RGB 104166235
HSL0.590.770.66
HSV212°56°92°
CMYK 0.560.290.00   0.08
XYZ34.340536.213783.7773
Yxy36.21370.22250.2346
Hunter Lab60.1778-3.4501-40.4168
CIE-Lab66.6829-0.2747-40.7108

#68a6eb color RGB value is (104,166,235).

#68a6eb hex color red value is 104, green value is 166 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #68a6eb hue: 0.59 , saturation: 0.77 and the lightness value of 68a6eb is 0.66.

The process color (four color CMYK) of #68a6eb color hex is 0.56, 0.29, 0.00, 0.08. Web safe color of #68a6eb is #6699ff. Color #68a6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10100110 11101011
Octal 150 246 353
Decimal 104 166 235
Hex 68 A6 EB

RGB Percentages of Color #68a6eb

%20.59
%32.87
%46.53

CMYK Percentages of Color #68a6eb

%56
%29
%0
%8

Triadic Colors of #68a6eb

#68a6eb #eb68a6 #a6eb68

Analogous Colors of #68a6eb

#68a6eb #6c68eb #68e8eb

Monochromatic Colors of #68a6eb

#68a6eb

Complementary Color

#68a6eb #ebad68

#68a6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68a6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68a6eb Color CSS Codes

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

#68a6eb Text Font Color

<p style="color:#68a6eb">Text here</p>

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


#68a6eb Background Color

<div style="background-color:#68a6eb">
Div content here</div>

This div background color is #68a6eb


#68a6eb Border Color

<div style="border:3px solid #68a6eb">
Div here</div>

This div border color is #68a6eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,166,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68a6eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68a6eb;
  -webkit-box-shadow: 1px 1px 3px 2px #68a6eb;
  box-shadow:         1px 1px 3px 2px #68a6eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,166,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 #68a6eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68a6eb


Comments

No comments written yet.

Please login to write comment.