Color Hex Logo

#68acd1 Color Hex

#68ACD1
(104,172,209)
0 Favorites   0 Comments

Color spaces of #68acd1

RGB 104172209
HSL0.560.530.61
HSV201°50°82°
CMYK 0.500.180.00   0.18
XYZ31.970137.051665.7883
Yxy37.05160.23710.2748
Hunter Lab60.8700-12.7709-21.4716
CIE-Lab67.3157-11.3924-25.4324

#68acd1 color RGB value is (104,172,209).

#68acd1 hex color red value is 104, green value is 172 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #68acd1 hue: 0.56 , saturation: 0.53 and the lightness value of 68acd1 is 0.61.

The process color (four color CMYK) of #68acd1 color hex is 0.50, 0.18, 0.00, 0.18. Web safe color of #68acd1 is #6699cc. Color #68acd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11010001
Octal 150 254 321
Decimal 104 172 209
Hex 68 AC D1

RGB Percentages of Color #68acd1

%21.44
%35.46
%43.09

CMYK Percentages of Color #68acd1

%50
%18
%0
%18

Triadic Colors of #68acd1

#68acd1 #d168ac #acd168

Analogous Colors of #68acd1

#68acd1 #6878d1 #68d1c2

Monochromatic Colors of #68acd1

#68acd1

Complementary Color

#68acd1 #d18d68

#68acd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acd1 Color CSS Codes

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

#68acd1 Text Font Color

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

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


#68acd1 Background Color

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

This div background color is #68acd1


#68acd1 Border Color

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

This div border color is #68acd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acd1


Comments

No comments written yet.

Please login to write comment.