Color Hex Logo

#68eccf Color Hex

#68ECCF
(104,236,207)
0 Favorites   0 Comments

Color spaces of #68eccf

RGB 104236207
HSL0.460.780.67
HSV167°56°93°
CMYK 0.560.000.12   0.07
XYZ46.966967.439069.5731
Yxy67.43900.25530.3666
Hunter Lab82.1213-41.62427.2544
CIE-Lab85.7252-43.17563.1258

#68eccf color RGB value is (104,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101100 11001111
Octal 150 354 317
Decimal 104 236 207
Hex 68 EC CF

RGB Percentages of Color #68eccf

%19.01
%43.14
%37.84

CMYK Percentages of Color #68eccf

%56
%0
%12
%7

Triadic Colors of #68eccf

#68eccf #cf68ec #eccf68

Analogous Colors of #68eccf

#68eccf #68c7ec #68ec8d

Monochromatic Colors of #68eccf

#68eccf

Complementary Color

#68eccf #ec6885

#68eccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eccf Color CSS Codes

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

#68eccf Text Font Color

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

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


#68eccf Background Color

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

This div background color is #68eccf


#68eccf Border Color

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

This div border color is #68eccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eccf


Comments

No comments written yet.

Please login to write comment.