Color Hex Logo

#68eeff Color Hex

#68EEFF
(104,238,255)
0 Favorites   0 Comments

Color spaces of #68eeff

RGB 104238255
HSL0.521.000.70
HSV187°59°100°
CMYK 0.590.070.00   0.00
XYZ54.333571.3121105.5087
Yxy71.31210.23510.3085
Hunter Lab84.4465-32.9331-14.9653
CIE-Lab87.6364-31.7421-19.2288

#68eeff color RGB value is (104,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101110 11111111
Octal 150 356 377
Decimal 104 238 255
Hex 68 EE FF

RGB Percentages of Color #68eeff

%17.42
%39.87
%42.71

CMYK Percentages of Color #68eeff

%59
%7
%0
%0

Triadic Colors of #68eeff

#68eeff #ff68ee #eeff68

Analogous Colors of #68eeff

#68eeff #68a3ff #68ffc5

Monochromatic Colors of #68eeff

#68eeff

Complementary Color

#68eeff #ff7968

#68eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eeff Color CSS Codes

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

#68eeff Text Font Color

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

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


#68eeff Background Color

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

This div background color is #68eeff


#68eeff Border Color

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

This div border color is #68eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eeff

Related Colors


Comments

No comments written yet.

Please login to write comment.