Color Hex Logo

#68daff Color Hex

#68DAFF
(104,218,255)
0 Favorites   0 Comments

Color spaces of #68daff

RGB 104218255
HSL0.541.000.70
HSV195°59°100°
CMYK 0.590.150.00   0.00
XYZ48.830360.3059103.6743
Yxy60.30590.22950.2834
Hunter Lab77.6569-23.6595-24.7942
CIE-Lab82.0042-21.9769-27.7859

#68daff color RGB value is (104,218,255).

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

The process color (four color CMYK) of #68daff color hex is 0.59, 0.15, 0.00, 0.00. Web safe color of #68daff is #66ccff. Color #68daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011010 11111111
Octal 150 332 377
Decimal 104 218 255
Hex 68 DA FF

RGB Percentages of Color #68daff

%18.02
%37.78
%44.19

CMYK Percentages of Color #68daff

%59
%15
%0
%0

Triadic Colors of #68daff

#68daff #ff68da #daff68

Analogous Colors of #68daff

#68daff #688fff #68ffd9

Monochromatic Colors of #68daff

#68daff

Complementary Color

#68daff #ff8d68

#68daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68daff Color CSS Codes

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

#68daff Text Font Color

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

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


#68daff Background Color

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

This div background color is #68daff


#68daff Border Color

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

This div border color is #68daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68daff

Related Colors


Comments

No comments written yet.

Please login to write comment.