Color Hex Logo

#68fdfb Color Hex

#68FDFB
(104,253,251)
0 Favorites   0 Comments

Color spaces of #68fdfb

RGB 104253251
HSL0.500.970.70
HSV179°59°99°
CMYK 0.590.000.01   0.01
XYZ58.246880.1587103.6690
Yxy80.15870.24060.3311
Hunter Lab89.5314-40.5525-5.9803
CIE-Lab91.7560-39.7666-10.9690

#68fdfb color RGB value is (104,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111101 11111011
Octal 150 375 373
Decimal 104 253 251
Hex 68 FD FB

RGB Percentages of Color #68fdfb

%17.11
%41.61
%41.28

CMYK Percentages of Color #68fdfb

%59
%0
%1
%1

Triadic Colors of #68fdfb

#68fdfb #fb68fd #fdfb68

Analogous Colors of #68fdfb

#68fdfb #68b5fd #68fdb1

Monochromatic Colors of #68fdfb

#68fdfb

Complementary Color

#68fdfb #fd686a

#68fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fdfb Color CSS Codes

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

#68fdfb Text Font Color

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

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


#68fdfb Background Color

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

This div background color is #68fdfb


#68fdfb Border Color

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

This div border color is #68fdfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,253,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #68fdfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fdfb


Comments

No comments written yet.

Please login to write comment.