Color Hex Logo

#68bbdb Color Hex

#68BBDB
(104,187,219)
0 Favorites   0 Comments

Color spaces of #68bbdb

RGB 104187219
HSL0.550.610.63
HSV197°53°86°
CMYK 0.530.150.00   0.14
XYZ36.265443.598273.5217
Yxy43.59820.23640.2842
Hunter Lab66.0289-17.5122-19.7978
CIE-Lab71.9591-16.4838-23.8078

#68bbdb color RGB value is (104,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111011 11011011
Octal 150 273 333
Decimal 104 187 219
Hex 68 BB DB

RGB Percentages of Color #68bbdb

%20.39
%36.67
%42.94

CMYK Percentages of Color #68bbdb

%53
%15
%0
%14

Triadic Colors of #68bbdb

#68bbdb #db68bb #bbdb68

Analogous Colors of #68bbdb

#68bbdb #6882db #68dbc2

Monochromatic Colors of #68bbdb

#68bbdb

Complementary Color

#68bbdb #db8868

#68bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bbdb Color CSS Codes

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

#68bbdb Text Font Color

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

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


#68bbdb Background Color

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

This div background color is #68bbdb


#68bbdb Border Color

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

This div border color is #68bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bbdb


Comments

No comments written yet.

Please login to write comment.