Color Hex Logo

#68efce Color Hex

#68EFCE
(104,239,206)
0 Favorites   0 Comments

Color spaces of #68efce

RGB 104239206
HSL0.460.810.67
HSV165°56°94°
CMYK 0.560.000.14   0.06
XYZ47.716069.132369.2215
Yxy69.13230.25640.3715
Hunter Lab83.1458-43.06718.8413
CIE-Lab86.5695-44.72464.8723

#68efce color RGB value is (104,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101111 11001110
Octal 150 357 316
Decimal 104 239 206
Hex 68 EF CE

RGB Percentages of Color #68efce

%18.94
%43.53
%37.52

CMYK Percentages of Color #68efce

%56
%0
%14
%6

Triadic Colors of #68efce

#68efce #ce68ef #efce68

Analogous Colors of #68efce

#68efce #68cdef #68ef8b

Monochromatic Colors of #68efce

#68efce

Complementary Color

#68efce #ef6889

#68efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#68efce Color CSS Codes

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

#68efce Text Font Color

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

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


#68efce Background Color

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

This div background color is #68efce


#68efce Border Color

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

This div border color is #68efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68efce


Comments

No comments written yet.

Please login to write comment.