Color Hex Logo

#68fdfd Color Hex

#68FDFD
(104,253,253)
0 Favorites   0 Comments

Color spaces of #68fdfd

RGB 104253253
HSL0.500.970.70
HSV180°59°99°
CMYK 0.590.000.00   0.01
XYZ58.563880.2855105.3385
Yxy80.28550.23980.3288
Hunter Lab89.6022-40.1366-6.9812
CIE-Lab91.8128-39.2423-11.9216

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111101 11111101
Octal 150 375 375
Decimal 104 253 253
Hex 68 FD FD

RGB Percentages of Color #68fdfd

%17.05
%41.48
%41.48

CMYK Percentages of Color #68fdfd

%59
%0
%0
%1

Triadic Colors of #68fdfd

#68fdfd #fd68fd #fdfd68

Analogous Colors of #68fdfd

#68fdfd #68b3fd #68fdb3

Monochromatic Colors of #68fdfd

#68fdfd

Complementary Color

#68fdfd #fd6868

#68fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fdfd Color CSS Codes

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

#68fdfd Text Font Color

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

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


#68fdfd Background Color

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

This div background color is #68fdfd


#68fdfd Border Color

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

This div border color is #68fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.