Color Hex Logo

#68affa Color Hex

#68AFFA
(104,175,250)
0 Favorites   0 Comments

Color spaces of #68affa

RGB 104175250
HSL0.590.940.69
HSV211°58°98°
CMYK 0.580.300.00   0.02
XYZ38.294240.505196.2424
Yxy40.50510.21880.2314
Hunter Lab63.6436-3.9733-45.1083
CIE-Lab69.8278-0.6568-43.9610

#68affa color RGB value is (104,175,250).

#68affa hex color red value is 104, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #68affa hue: 0.59 , saturation: 0.94 and the lightness value of 68affa is 0.69.

The process color (four color CMYK) of #68affa color hex is 0.58, 0.30, 0.00, 0.02. Web safe color of #68affa is #6699ff. Color #68affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 11111010
Octal 150 257 372
Decimal 104 175 250
Hex 68 AF FA

RGB Percentages of Color #68affa

%19.66
%33.08
%47.26

CMYK Percentages of Color #68affa

%58
%30
%0
%2

Triadic Colors of #68affa

#68affa #fa68af #affa68

Analogous Colors of #68affa

#68affa #6a68fa #68f8fa

Monochromatic Colors of #68affa

#68affa

Complementary Color

#68affa #fab368

#68affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68affa Color CSS Codes

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

#68affa Text Font Color

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

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


#68affa Background Color

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

This div background color is #68affa


#68affa Border Color

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

This div border color is #68affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68affa

Related Colors


Comments

No comments written yet.

Please login to write comment.