Color Hex Logo

#68dbde Color Hex

#68DBDE
(104,219,222)
0 Favorites   0 Comments

Color spaces of #68dbde

RGB 104219222
HSL0.500.640.64
HSV182°53°87°
CMYK 0.530.010.00   0.13
XYZ44.225358.880078.1413
Yxy58.88000.24400.3249
Hunter Lab76.7333-31.4047-6.6646
CIE-Lab81.2256-31.6272-11.4317

#68dbde color RGB value is (104,219,222).

#68dbde hex color red value is 104, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #68dbde hue: 0.50 , saturation: 0.64 and the lightness value of 68dbde is 0.64.

The process color (four color CMYK) of #68dbde color hex is 0.53, 0.01, 0.00, 0.13. Web safe color of #68dbde is #66cccc. Color #68dbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011011 11011110
Octal 150 333 336
Decimal 104 219 222
Hex 68 DB DE

RGB Percentages of Color #68dbde

%19.08
%40.18
%40.73

CMYK Percentages of Color #68dbde

%53
%1
%0
%13

Triadic Colors of #68dbde

#68dbde #de68db #dbde68

Analogous Colors of #68dbde

#68dbde #68a0de #68dea6

Monochromatic Colors of #68dbde

#68dbde

Complementary Color

#68dbde #de6b68

#68dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dbde Color CSS Codes

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

#68dbde Text Font Color

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

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


#68dbde Background Color

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

This div background color is #68dbde


#68dbde Border Color

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

This div border color is #68dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dbde


Comments

No comments written yet.

Please login to write comment.