Color Hex Logo

#68aafd Color Hex

#68AAFD
(104,170,253)
0 Favorites   0 Comments

Color spaces of #68aafd

RGB 104170253
HSL0.590.970.70
HSV213°59°99°
CMYK 0.590.330.00   0.01
XYZ37.813338.784498.4217
Yxy38.78440.21610.2216
Hunter Lab62.2771-0.6037-50.1069
CIE-Lab68.59483.1054-47.5248

#68aafd color RGB value is (104,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101010 11111101
Octal 150 252 375
Decimal 104 170 253
Hex 68 AA FD

RGB Percentages of Color #68aafd

%19.73
%32.26
%48.01

CMYK Percentages of Color #68aafd

%59
%33
%0
%1

Triadic Colors of #68aafd

#68aafd #fd68aa #aafd68

Analogous Colors of #68aafd

#68aafd #7168fd #68f5fd

Monochromatic Colors of #68aafd

#68aafd

Complementary Color

#68aafd #fdbb68

#68aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aafd Color CSS Codes

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

#68aafd Text Font Color

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

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


#68aafd Background Color

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

This div background color is #68aafd


#68aafd Border Color

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

This div border color is #68aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aafd


Comments

No comments written yet.

Please login to write comment.