Color Hex Logo

#68cadb Color Hex

#68CADB
(104,202,219)
0 Favorites   0 Comments

Color spaces of #68cadb

RGB 104202219
HSL0.520.610.63
HSV189°53°86°
CMYK 0.530.080.00   0.14
XYZ39.615650.298674.6385
Yxy50.29860.24070.3057
Hunter Lab70.9215-24.4054-12.7523
CIE-Lab76.2522-24.1484-17.2900

#68cadb color RGB value is (104,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 11011011
Octal 150 312 333
Decimal 104 202 219
Hex 68 CA DB

RGB Percentages of Color #68cadb

%19.81
%38.48
%41.71

CMYK Percentages of Color #68cadb

%53
%8
%0
%14

Triadic Colors of #68cadb

#68cadb #db68ca #cadb68

Analogous Colors of #68cadb

#68cadb #6891db #68dbb3

Monochromatic Colors of #68cadb

#68cadb

Complementary Color

#68cadb #db7968

#68cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cadb Color CSS Codes

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

#68cadb Text Font Color

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

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


#68cadb Background Color

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

This div background color is #68cadb


#68cadb Border Color

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

This div border color is #68cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cadb


Comments

No comments written yet.

Please login to write comment.