Color Hex Logo

#68d8eb Color Hex

#68D8EB
(104,216,235)
0 Favorites   0 Comments

Color spaces of #68d8eb

RGB 104216235
HSL0.520.770.66
HSV189°56°92°
CMYK 0.560.080.00   0.08
XYZ45.260258.052987.4171
Yxy58.05290.23730.3044
Hunter Lab76.1925-27.3034-14.6899
CIE-Lab80.7682-26.6567-19.0423

#68d8eb color RGB value is (104,216,235).

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

The process color (four color CMYK) of #68d8eb color hex is 0.56, 0.08, 0.00, 0.08. Web safe color of #68d8eb is #66ccff. Color #68d8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011000 11101011
Octal 150 330 353
Decimal 104 216 235
Hex 68 D8 EB

RGB Percentages of Color #68d8eb

%18.74
%38.92
%42.34

CMYK Percentages of Color #68d8eb

%56
%8
%0
%8

Triadic Colors of #68d8eb

#68d8eb #eb68d8 #d8eb68

Analogous Colors of #68d8eb

#68d8eb #6897eb #68ebbd

Monochromatic Colors of #68d8eb

#68d8eb

Complementary Color

#68d8eb #eb7b68

#68d8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68d8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68d8eb Color CSS Codes

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

#68d8eb Text Font Color

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

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


#68d8eb Background Color

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

This div background color is #68d8eb


#68d8eb Border Color

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

This div border color is #68d8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68d8eb


Comments

No comments written yet.

Please login to write comment.