Color Hex Logo

#68dadb Color Hex

#68DADB
(104,218,219)
0 Favorites   0 Comments

Color spaces of #68dadb

RGB 104218219
HSL0.500.610.63
HSV181°53°86°
CMYK 0.530.000.00   0.14
XYZ43.566558.200375.9554
Yxy58.20030.24510.3275
Hunter Lab76.2891-31.5698-5.6283
CIE-Lab80.8500-31.9419-10.3937

#68dadb color RGB value is (104,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011010 11011011
Octal 150 332 333
Decimal 104 218 219
Hex 68 DA DB

RGB Percentages of Color #68dadb

%19.22
%40.30
%40.48

CMYK Percentages of Color #68dadb

%53
%0
%0
%14

Triadic Colors of #68dadb

#68dadb #db68da #dadb68

Analogous Colors of #68dadb

#68dadb #68a1db #68dba3

Monochromatic Colors of #68dadb

#68dadb

Complementary Color

#68dadb #db6968

#68dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dadb Color CSS Codes

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

#68dadb Text Font Color

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

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


#68dadb Background Color

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

This div background color is #68dadb


#68dadb Border Color

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

This div border color is #68dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dadb


Comments

No comments written yet.

Please login to write comment.