Color Hex Logo

#68fdcf Color Hex

#68FDCF
(104,253,207)
0 Favorites   0 Comments

Color spaces of #68fdcf

RGB 104253207
HSL0.450.970.70
HSV161°59°99°
CMYK 0.590.000.18   0.01
XYZ52.096777.698671.2830
Yxy77.69860.25910.3864
Hunter Lab88.1468-48.759513.7558
CIE-Lab90.6422-50.472510.2036

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111101 11001111
Octal 150 375 317
Decimal 104 253 207
Hex 68 FD CF

RGB Percentages of Color #68fdcf

%18.44
%44.86
%36.70

CMYK Percentages of Color #68fdcf

%59
%0
%18
%1

Triadic Colors of #68fdcf

#68fdcf #cf68fd #fdcf68

Analogous Colors of #68fdcf

#68fdcf #68e1fd #68fd85

Monochromatic Colors of #68fdcf

#68fdcf

Complementary Color

#68fdcf #fd6896

#68fdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fdcf Color CSS Codes

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

#68fdcf Text Font Color

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

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


#68fdcf Background Color

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

This div background color is #68fdcf


#68fdcf Border Color

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

This div border color is #68fdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fdcf

Related Colors


Comments

No comments written yet.

Please login to write comment.