Color Hex Logo

#68cbdb Color Hex

#68CBDB
(104,203,219)
0 Favorites   0 Comments

Color spaces of #68cbdb

RGB 104203219
HSL0.520.610.63
HSV188°53°86°
CMYK 0.530.070.00   0.14
XYZ39.851050.769474.7169
Yxy50.76940.24100.3071
Hunter Lab71.2526-24.8586-12.2958
CIE-Lab76.5391-24.6469-16.8570

#68cbdb color RGB value is (104,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001011 11011011
Octal 150 313 333
Decimal 104 203 219
Hex 68 CB DB

RGB Percentages of Color #68cbdb

%19.77
%38.59
%41.63

CMYK Percentages of Color #68cbdb

%53
%7
%0
%14

Triadic Colors of #68cbdb

#68cbdb #db68cb #cbdb68

Analogous Colors of #68cbdb

#68cbdb #6892db #68dbb2

Monochromatic Colors of #68cbdb

#68cbdb

Complementary Color

#68cbdb #db7868

#68cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cbdb Color CSS Codes

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

#68cbdb Text Font Color

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

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


#68cbdb Background Color

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

This div background color is #68cbdb


#68cbdb Border Color

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

This div border color is #68cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cbdb


Comments

No comments written yet.

Please login to write comment.