Color Hex Logo

#68abda Color Hex

#68ABDA
(104,171,218)
0 Favorites   0 Comments

Color spaces of #68abda

RGB 104171218
HSL0.570.610.63
HSV205°52°85°
CMYK 0.520.220.00   0.15
XYZ32.926737.130871.7612
Yxy37.13080.23220.2618
Hunter Lab60.9350-10.1825-27.1693
CIE-Lab67.3750-8.2139-30.2996

#68abda color RGB value is (104,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101011 11011010
Octal 150 253 332
Decimal 104 171 218
Hex 68 AB DA

RGB Percentages of Color #68abda

%21.10
%34.69
%44.22

CMYK Percentages of Color #68abda

%52
%22
%0
%15

Triadic Colors of #68abda

#68abda #da68ab #abda68

Analogous Colors of #68abda

#68abda #6872da #68dad0

Monochromatic Colors of #68abda

#68abda

Complementary Color

#68abda #da9768

#68abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#68abda Color CSS Codes

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

#68abda Text Font Color

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

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


#68abda Background Color

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

This div background color is #68abda


#68abda Border Color

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

This div border color is #68abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68abda


Comments

No comments written yet.

Please login to write comment.