Color Hex Logo

#68dbdc Color Hex

#68DBDC
(104,219,220)
0 Favorites   0 Comments

Color spaces of #68dbdc

RGB 104219220
HSL0.500.620.64
HSV181°53°86°
CMYK 0.530.000.00   0.14
XYZ43.958758.773476.7377
Yxy58.77340.24490.3275
Hunter Lab76.6638-31.8105-5.6825
CIE-Lab81.1669-32.1542-10.4543

#68dbdc color RGB value is (104,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011011 11011100
Octal 150 333 334
Decimal 104 219 220
Hex 68 DB DC

RGB Percentages of Color #68dbdc

%19.15
%40.33
%40.52

CMYK Percentages of Color #68dbdc

%53
%0
%0
%14

Triadic Colors of #68dbdc

#68dbdc #dc68db #dbdc68

Analogous Colors of #68dbdc

#68dbdc #68a1dc #68dca3

Monochromatic Colors of #68dbdc

#68dbdc

Complementary Color

#68dbdc #dc6968

#68dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dbdc Color CSS Codes

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

#68dbdc Text Font Color

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

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


#68dbdc Background Color

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

This div background color is #68dbdc


#68dbdc Border Color

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

This div border color is #68dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dbdc


Comments

No comments written yet.

Please login to write comment.