Color Hex Logo

#68eecc Color Hex

#68EECC
(104,238,204)
0 Favorites   0 Comments

Color spaces of #68eecc

RGB 104238204
HSL0.460.800.67
HSV165°56°93°
CMYK 0.560.000.14   0.07
XYZ47.182568.451867.8525
Yxy68.45180.25710.3731
Hunter Lab82.7356-42.99229.2905
CIE-Lab86.2319-44.75585.4314

#68eecc color RGB value is (104,238,204).

#68eecc hex color red value is 104, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #68eecc hue: 0.46 , saturation: 0.80 and the lightness value of 68eecc is 0.67.

The process color (four color CMYK) of #68eecc color hex is 0.56, 0.00, 0.14, 0.07. Web safe color of #68eecc is #66ffcc. Color #68eecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101110 11001100
Octal 150 356 314
Decimal 104 238 204
Hex 68 EE CC

RGB Percentages of Color #68eecc

%19.05
%43.59
%37.36

CMYK Percentages of Color #68eecc

%56
%0
%14
%7

Triadic Colors of #68eecc

#68eecc #cc68ee #eecc68

Analogous Colors of #68eecc

#68eecc #68cdee #68ee89

Monochromatic Colors of #68eecc

#68eecc

Complementary Color

#68eecc #ee688a

#68eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eecc Color CSS Codes

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

#68eecc Text Font Color

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

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


#68eecc Background Color

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

This div background color is #68eecc


#68eecc Border Color

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

This div border color is #68eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eecc


Comments

No comments written yet.

Please login to write comment.