Color Hex Logo

#68ecfe Color Hex

#68ECFE
(104,236,254)
0 Favorites   0 Comments

Color spaces of #68ecfe

RGB 104236254
HSL0.520.990.70
HSV187°59°100°
CMYK 0.590.070.00   0.00
XYZ53.593870.0897104.4699
Yxy70.08970.23490.3072
Hunter Lab83.7196-32.2410-15.3816
CIE-Lab87.0408-31.0667-19.6040

#68ecfe color RGB value is (104,236,254).

#68ecfe hex color red value is 104, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #68ecfe hue: 0.52 , saturation: 0.99 and the lightness value of 68ecfe is 0.70.

The process color (four color CMYK) of #68ecfe color hex is 0.59, 0.07, 0.00, 0.00. Web safe color of #68ecfe is #66ffff. Color #68ecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101100 11111110
Octal 150 354 376
Decimal 104 236 254
Hex 68 EC FE

RGB Percentages of Color #68ecfe

%17.51
%39.73
%42.76

CMYK Percentages of Color #68ecfe

%59
%7
%0
%0

Triadic Colors of #68ecfe

#68ecfe #fe68ec #ecfe68

Analogous Colors of #68ecfe

#68ecfe #68a1fe #68fec5

Monochromatic Colors of #68ecfe

#68ecfe

Complementary Color

#68ecfe #fe7a68

#68ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ecfe Color CSS Codes

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

#68ecfe Text Font Color

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

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


#68ecfe Background Color

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

This div background color is #68ecfe


#68ecfe Border Color

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

This div border color is #68ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ecfe

Related Colors


Comments

No comments written yet.

Please login to write comment.