Color Hex Logo

#68ebff Color Hex

#68EBFF
(104,235,255)
0 Favorites   0 Comments

Color spaces of #68ebff

RGB 104235255
HSL0.521.000.70
HSV188°59°100°
CMYK 0.590.080.00   0.00
XYZ53.467369.5797105.2199
Yxy69.57970.23420.3048
Hunter Lab83.4144-31.5597-16.3989
CIE-Lab86.7903-30.3121-20.5069

#68ebff color RGB value is (104,235,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101011 11111111
Octal 150 353 377
Decimal 104 235 255
Hex 68 EB FF

RGB Percentages of Color #68ebff

%17.51
%39.56
%42.93

CMYK Percentages of Color #68ebff

%59
%8
%0
%0

Triadic Colors of #68ebff

#68ebff #ff68eb #ebff68

Analogous Colors of #68ebff

#68ebff #68a0ff #68ffc8

Monochromatic Colors of #68ebff

#68ebff

Complementary Color

#68ebff #ff7c68

#68ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ebff Color CSS Codes

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

#68ebff Text Font Color

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

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


#68ebff Background Color

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

This div background color is #68ebff


#68ebff Border Color

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

This div border color is #68ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ebff

#68ebff Color Palettes


Comments

No comments written yet.

Please login to write comment.