Color Hex Logo

#68eefe Color Hex

#68EEFE
(104,238,254)
0 Favorites   0 Comments

Color spaces of #68eefe

RGB 104238254
HSL0.520.990.70
HSV186°59°100°
CMYK 0.590.060.00   0.00
XYZ54.172871.2479104.6629
Yxy71.24790.23540.3097
Hunter Lab84.4085-33.1547-14.4311
CIE-Lab87.6053-32.0176-18.7522

#68eefe color RGB value is (104,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101110 11111110
Octal 150 356 376
Decimal 104 238 254
Hex 68 EE FE

RGB Percentages of Color #68eefe

%17.45
%39.93
%42.62

CMYK Percentages of Color #68eefe

%59
%6
%0
%0

Triadic Colors of #68eefe

#68eefe #fe68ee #eefe68

Analogous Colors of #68eefe

#68eefe #68a3fe #68fec3

Monochromatic Colors of #68eefe

#68eefe

Complementary Color

#68eefe #fe7868

#68eefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eefe Color CSS Codes

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

#68eefe Text Font Color

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

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


#68eefe Background Color

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

This div background color is #68eefe


#68eefe Border Color

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

This div border color is #68eefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eefe

Related Colors


Comments

No comments written yet.

Please login to write comment.