Color Hex Logo

#68cadd Color Hex

#68CADD
(104,202,221)
0 Favorites   0 Comments

Color spaces of #68cadd

RGB 104202221
HSL0.530.630.64
HSV190°53°87°
CMYK 0.530.090.00   0.13
XYZ39.880650.404676.0337
Yxy50.40460.23980.3031
Hunter Lab70.9962-23.9748-13.7996
CIE-Lab76.3169-23.5966-18.2703

#68cadd color RGB value is (104,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 11011101
Octal 150 312 335
Decimal 104 202 221
Hex 68 CA DD

RGB Percentages of Color #68cadd

%19.73
%38.33
%41.94

CMYK Percentages of Color #68cadd

%53
%9
%0
%13

Triadic Colors of #68cadd

#68cadd #dd68ca #cadd68

Analogous Colors of #68cadd

#68cadd #6890dd #68ddb6

Monochromatic Colors of #68cadd

#68cadd

Complementary Color

#68cadd #dd7b68

#68cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cadd Color CSS Codes

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

#68cadd Text Font Color

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

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


#68cadd Background Color

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

This div background color is #68cadd


#68cadd Border Color

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

This div border color is #68cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cadd


Comments

No comments written yet.

Please login to write comment.