Color Hex Logo

#68fdff Color Hex

#68FDFF
(104,253,255)
1 Favorites   0 Comments

Color spaces of #68fdff

RGB 104253255
HSL0.501.000.70
HSV181°59°100°
CMYK 0.590.010.00   0.00
XYZ58.884280.4136107.0256
Yxy80.41360.23910.3265
Hunter Lab89.6736-39.7168-7.9912
CIE-Lab91.8701-38.7149-12.8733

#68fdff color RGB value is (104,253,255).

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

The process color (four color CMYK) of #68fdff color hex is 0.59, 0.01, 0.00, 0.00. Web safe color of #68fdff is #66ffff. Color #68fdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111101 11111111
Octal 150 375 377
Decimal 104 253 255
Hex 68 FD FF

RGB Percentages of Color #68fdff

%16.99
%41.34
%41.67

CMYK Percentages of Color #68fdff

%59
%1
%0
%0

Triadic Colors of #68fdff

#68fdff #ff68fd #fdff68

Analogous Colors of #68fdff

#68fdff #68b2ff #68ffb6

Monochromatic Colors of #68fdff

#68fdff

Complementary Color

#68fdff #ff6a68

#68fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fdff Color CSS Codes

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

#68fdff Text Font Color

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

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


#68fdff Background Color

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

This div background color is #68fdff


#68fdff Border Color

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

This div border color is #68fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fdff

Related Colors


Comments

No comments written yet.

Please login to write comment.