Color Hex Logo

#68acdd Color Hex

#68ACDD
(104,172,221)
0 Favorites   0 Comments

Color spaces of #68acdd

RGB 104172221
HSL0.570.630.64
HSV205°53°87°
CMYK 0.530.220.00   0.13
XYZ33.512637.668673.9111
Yxy37.66860.23100.2596
Hunter Lab61.3748-9.9390-28.4382
CIE-Lab67.7757-7.8701-31.3299

#68acdd color RGB value is (104,172,221).

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

The process color (four color CMYK) of #68acdd color hex is 0.53, 0.22, 0.00, 0.13. Web safe color of #68acdd is #6699cc. Color #68acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11011101
Octal 150 254 335
Decimal 104 172 221
Hex 68 AC DD

RGB Percentages of Color #68acdd

%20.93
%34.61
%44.47

CMYK Percentages of Color #68acdd

%53
%22
%0
%13

Triadic Colors of #68acdd

#68acdd #dd68ac #acdd68

Analogous Colors of #68acdd

#68acdd #6872dd #68ddd4

Monochromatic Colors of #68acdd

#68acdd

Complementary Color

#68acdd #dd9968

#68acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acdd Color CSS Codes

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

#68acdd Text Font Color

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

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


#68acdd Background Color

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

This div background color is #68acdd


#68acdd Border Color

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

This div border color is #68acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acdd


Comments

No comments written yet.

Please login to write comment.