Color Hex Logo

#68efec Color Hex

#68EFEC
(104,239,236)
0 Favorites   0 Comments

Color spaces of #68efec

RGB 104239236
HSL0.500.810.67
HSV179°56°94°
CMYK 0.560.000.01   0.06
XYZ51.715770.732290.2839
Yxy70.73220.24310.3325
Hunter Lab84.1024-37.4173-4.7761
CIE-Lab87.3547-37.3024-9.6964

#68efec color RGB value is (104,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101111 11101100
Octal 150 357 354
Decimal 104 239 236
Hex 68 EF EC

RGB Percentages of Color #68efec

%17.96
%41.28
%40.76

CMYK Percentages of Color #68efec

%56
%0
%1
%6

Triadic Colors of #68efec

#68efec #ec68ef #efec68

Analogous Colors of #68efec

#68efec #68afef #68efa9

Monochromatic Colors of #68efec

#68efec

Complementary Color

#68efec #ef686b

#68efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#68efec Color CSS Codes

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

#68efec Text Font Color

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

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


#68efec Background Color

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

This div background color is #68efec


#68efec Border Color

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

This div border color is #68efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68efec


Comments

No comments written yet.

Please login to write comment.