Color Hex Logo

#68ffff Color Hex

#68FFFF
(104,255,255)
0 Favorites   0 Comments

Color spaces of #68ffff

RGB 104255255
HSL0.501.000.70
HSV180°59°100°
CMYK 0.590.000.00   0.00
XYZ59.518981.6831107.2372
Yxy81.68310.23960.3288
Hunter Lab90.3787-40.6115-7.0844
CIE-Lab92.4348-39.6229-12.0306

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111111 11111111
Octal 150 377 377
Decimal 104 255 255
Hex 68 FF FF

RGB Percentages of Color #68ffff

%16.94
%41.53
%41.53

CMYK Percentages of Color #68ffff

%59
%0
%0
%0

Triadic Colors of #68ffff

#68ffff #ff68ff #ffff68

Analogous Colors of #68ffff

#68ffff #68b4ff #68ffb4

Monochromatic Colors of #68ffff

#68ffff

Complementary Color

#68ffff #ff6868

#68ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ffff Color CSS Codes

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

#68ffff Text Font Color

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

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


#68ffff Background Color

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

This div background color is #68ffff


#68ffff Border Color

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

This div border color is #68ffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ffff

Related Colors


Comments

No comments written yet.

Please login to write comment.