Color Hex Logo

#68ecef Color Hex

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

Color spaces of #68ecef

RGB 104236239
HSL0.500.810.67
HSV181°56°94°
CMYK 0.560.010.00   0.06
XYZ51.284469.166092.3088
Yxy69.16600.24100.3251
Hunter Lab83.1661-35.4686-7.5917
CIE-Lab86.5862-35.1276-12.4158

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

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

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

Base Numbers

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

RGB Percentages of Color #68ecef

%17.96
%40.76
%41.28

CMYK Percentages of Color #68ecef

%56
%1
%0
%6

Triadic Colors of #68ecef

#68ecef #ef68ec #ecef68

Analogous Colors of #68ecef

#68ecef #68a9ef #68efaf

Monochromatic Colors of #68ecef

#68ecef

Complementary Color

#68ecef #ef6b68

#68ecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ecef Color CSS Codes

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

#68ecef Text Font Color

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

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


#68ecef Background Color

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

This div background color is #68ecef


#68ecef Border Color

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

This div border color is #68ecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ecef


Comments

No comments written yet.

Please login to write comment.