Color Hex Logo

#68abec Color Hex

#68ABEC
(104,171,236)
0 Favorites   0 Comments

Color spaces of #68abec

RGB 104171236
HSL0.580.780.67
HSV210°56°93°
CMYK 0.560.280.00   0.07
XYZ35.412238.125084.8493
Yxy38.12500.22360.2407
Hunter Lab61.7454-5.6813-38.2533
CIE-Lab68.1126-2.7708-39.0241

#68abec color RGB value is (104,171,236).

#68abec hex color red value is 104, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #68abec hue: 0.58 , saturation: 0.78 and the lightness value of 68abec is 0.67.

The process color (four color CMYK) of #68abec color hex is 0.56, 0.28, 0.00, 0.07. Web safe color of #68abec is #6699ff. Color #68abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101011 11101100
Octal 150 253 354
Decimal 104 171 236
Hex 68 AB EC

RGB Percentages of Color #68abec

%20.35
%33.46
%46.18

CMYK Percentages of Color #68abec

%56
%28
%0
%7

Triadic Colors of #68abec

#68abec #ec68ab #abec68

Analogous Colors of #68abec

#68abec #6869ec #68eceb

Monochromatic Colors of #68abec

#68abec

Complementary Color

#68abec #eca968

#68abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#68abec Color CSS Codes

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

#68abec Text Font Color

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

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


#68abec Background Color

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

This div background color is #68abec


#68abec Border Color

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

This div border color is #68abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68abec


Comments

No comments written yet.

Please login to write comment.