Color Hex Logo

#68dfff Color Hex

#68DFFF
(104,223,255)
0 Favorites   0 Comments

Color spaces of #68dfff

RGB 104223255
HSL0.541.000.70
HSV193°59°100°
CMYK 0.590.130.00   0.00
XYZ50.146662.9384104.1131
Yxy62.93840.23090.2898
Hunter Lab79.3337-26.0047-22.2752
CIE-Lab83.4100-24.4698-25.6393

#68dfff color RGB value is (104,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 11111111
Octal 150 337 377
Decimal 104 223 255
Hex 68 DF FF

RGB Percentages of Color #68dfff

%17.87
%38.32
%43.81

CMYK Percentages of Color #68dfff

%59
%13
%0
%0

Triadic Colors of #68dfff

#68dfff #ff68df #dfff68

Analogous Colors of #68dfff

#68dfff #6894ff #68ffd4

Monochromatic Colors of #68dfff

#68dfff

Complementary Color

#68dfff #ff8868

#68dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfff Color CSS Codes

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

#68dfff Text Font Color

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

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


#68dfff Background Color

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

This div background color is #68dfff


#68dfff Border Color

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

This div border color is #68dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfff


Comments

No comments written yet.

Please login to write comment.