Color Hex Logo

#68fddf Color Hex

#68FDDF
(104,253,223)
0 Favorites   0 Comments

Color spaces of #68fddf

RGB 104253223
HSL0.470.970.70
HSV168°59°99°
CMYK 0.590.000.12   0.01
XYZ54.153578.521382.1140
Yxy78.52130.25210.3656
Hunter Lab88.6122-45.98497.0865
CIE-Lab91.0173-46.77352.4660

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111101 11011111
Octal 150 375 337
Decimal 104 253 223
Hex 68 FD DF

RGB Percentages of Color #68fddf

%17.93
%43.62
%38.45

CMYK Percentages of Color #68fddf

%59
%0
%12
%1

Triadic Colors of #68fddf

#68fddf #df68fd #fddf68

Analogous Colors of #68fddf

#68fddf #68d1fd #68fd95

Monochromatic Colors of #68fddf

#68fddf

Complementary Color

#68fddf #fd6886

#68fddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fddf Color CSS Codes

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

#68fddf Text Font Color

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

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


#68fddf Background Color

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

This div background color is #68fddf


#68fddf Border Color

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

This div border color is #68fddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fddf

Related Colors


Comments

No comments written yet.

Please login to write comment.