Color Hex Logo

#68fcdf Color Hex

#68FCDF
(104,252,223)
0 Favorites   0 Comments

Color spaces of #68fcdf

RGB 104252223
HSL0.470.960.70
HSV168°59°99°
CMYK 0.590.000.12   0.01
XYZ53.838677.891682.0090
Yxy77.89160.25190.3644
Hunter Lab88.2562-45.55876.6862
CIE-Lab90.7304-46.34212.0491

#68fcdf color RGB value is (104,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111100 11011111
Octal 150 374 337
Decimal 104 252 223
Hex 68 FC DF

RGB Percentages of Color #68fcdf

%17.96
%43.52
%38.51

CMYK Percentages of Color #68fcdf

%59
%0
%12
%1

Triadic Colors of #68fcdf

#68fcdf #df68fc #fcdf68

Analogous Colors of #68fcdf

#68fcdf #68cffc #68fc95

Monochromatic Colors of #68fcdf

#68fcdf

Complementary Color

#68fcdf #fc6885

#68fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fcdf Color CSS Codes

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

#68fcdf Text Font Color

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

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


#68fcdf Background Color

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

This div background color is #68fcdf


#68fcdf Border Color

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

This div border color is #68fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fcdf


Comments

No comments written yet.

Please login to write comment.