Color Hex Logo

#68abce Color Hex

#68ABCE
(104,171,206)
0 Favorites   0 Comments

Color spaces of #68abce

RGB 104171206
HSL0.560.510.61
HSV201°50°81°
CMYK 0.500.170.00   0.19
XYZ31.412436.525163.7870
Yxy36.52510.23850.2773
Hunter Lab60.4360-12.9853-20.2723
CIE-Lab66.9192-11.7171-24.3839

#68abce color RGB value is (104,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101011 11001110
Octal 150 253 316
Decimal 104 171 206
Hex 68 AB CE

RGB Percentages of Color #68abce

%21.62
%35.55
%42.83

CMYK Percentages of Color #68abce

%50
%17
%0
%19

Triadic Colors of #68abce

#68abce #ce68ab #abce68

Analogous Colors of #68abce

#68abce #6878ce #68cebe

Monochromatic Colors of #68abce

#68abce

Complementary Color

#68abce #ce8b68

#68abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#68abce Color CSS Codes

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

#68abce Text Font Color

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

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


#68abce Background Color

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

This div background color is #68abce


#68abce Border Color

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

This div border color is #68abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68abce


Comments

No comments written yet.

Please login to write comment.