Color Hex Logo

#68fecc Color Hex

#68FECC
(104,254,204)
0 Favorites   0 Comments

Color spaces of #68fecc

RGB 104254204
HSL0.440.990.70
HSV160°59°100°
CMYK 0.590.000.20   0.00
XYZ52.049878.186369.4749
Yxy78.18630.26060.3915
Hunter Lab88.4230-49.667115.3113
CIE-Lab90.8648-51.555012.0685

#68fecc color RGB value is (104,254,204).

#68fecc hex color red value is 104, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #68fecc hue: 0.44 , saturation: 0.99 and the lightness value of 68fecc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111110 11001100
Octal 150 376 314
Decimal 104 254 204
Hex 68 FE CC

RGB Percentages of Color #68fecc

%18.51
%45.20
%36.30

CMYK Percentages of Color #68fecc

%59
%0
%20
%0

Triadic Colors of #68fecc

#68fecc #cc68fe #fecc68

Analogous Colors of #68fecc

#68fecc #68e5fe #68fe81

Monochromatic Colors of #68fecc

#68fecc

Complementary Color

#68fecc #fe689a

#68fecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fecc Color CSS Codes

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

#68fecc Text Font Color

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

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


#68fecc Background Color

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

This div background color is #68fecc


#68fecc Border Color

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

This div border color is #68fecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fecc


Comments

No comments written yet.

Please login to write comment.