Color Hex Logo

#68aaff Color Hex

#68AAFF
(104,170,255)
0 Favorites   0 Comments

Color spaces of #68aaff

RGB 104170255
HSL0.591.000.70
HSV214°59°100°
CMYK 0.590.330.00   0.00
XYZ38.133638.9125100.1087
Yxy38.91250.21530.2197
Hunter Lab62.3799-0.0455-51.4841
CIE-Lab68.68783.7398-48.4630

#68aaff color RGB value is (104,170,255).

#68aaff hex color red value is 104, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #68aaff hue: 0.59 , saturation: 1.00 and the lightness value of 68aaff is 0.70.

The process color (four color CMYK) of #68aaff color hex is 0.59, 0.33, 0.00, 0.00. Web safe color of #68aaff is #6699ff. Color #68aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101010 11111111
Octal 150 252 377
Decimal 104 170 255
Hex 68 AA FF

RGB Percentages of Color #68aaff

%19.66
%32.14
%48.20

CMYK Percentages of Color #68aaff

%59
%33
%0
%0

Triadic Colors of #68aaff

#68aaff #ff68aa #aaff68

Analogous Colors of #68aaff

#68aaff #7268ff #68f6ff

Monochromatic Colors of #68aaff

#68aaff

Complementary Color

#68aaff #ffbd68

#68aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aaff Color CSS Codes

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

#68aaff Text Font Color

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

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


#68aaff Background Color

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

This div background color is #68aaff


#68aaff Border Color

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

This div border color is #68aaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,170,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aaff


Comments

No comments written yet.

Please login to write comment.