Color Hex Logo

#68adfa Color Hex

#68ADFA
(104,173,250)
0 Favorites   0 Comments

Color spaces of #68adfa

RGB 104173250
HSL0.590.940.69
HSV212°58°98°
CMYK 0.580.310.00   0.02
XYZ37.907839.732396.1136
Yxy39.73230.21820.2287
Hunter Lab63.0336-2.9605-46.2819
CIE-Lab69.27840.4648-44.8225

#68adfa color RGB value is (104,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 11111010
Octal 150 255 372
Decimal 104 173 250
Hex 68 AD FA

RGB Percentages of Color #68adfa

%19.73
%32.83
%47.44

CMYK Percentages of Color #68adfa

%58
%31
%0
%2

Triadic Colors of #68adfa

#68adfa #fa68ad #adfa68

Analogous Colors of #68adfa

#68adfa #6c68fa #68f6fa

Monochromatic Colors of #68adfa

#68adfa

Complementary Color

#68adfa #fab568

#68adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68adfa Color CSS Codes

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

#68adfa Text Font Color

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

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


#68adfa Background Color

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

This div background color is #68adfa


#68adfa Border Color

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

This div border color is #68adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68adfa


Comments

No comments written yet.

Please login to write comment.