Color Hex Logo

#68adda Color Hex

#68ADDA
(104,173,218)
0 Favorites   0 Comments

Color spaces of #68adda

RGB 104173218
HSL0.570.610.63
HSV204°52°85°
CMYK 0.520.210.00   0.15
XYZ33.307437.892271.8881
Yxy37.89220.23280.2648
Hunter Lab61.5566-11.1404-26.1514
CIE-Lab67.9411-9.3056-29.4262

#68adda color RGB value is (104,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 11011010
Octal 150 255 332
Decimal 104 173 218
Hex 68 AD DA

RGB Percentages of Color #68adda

%21.01
%34.95
%44.04

CMYK Percentages of Color #68adda

%52
%21
%0
%15

Triadic Colors of #68adda

#68adda #da68ad #adda68

Analogous Colors of #68adda

#68adda #6874da #68dace

Monochromatic Colors of #68adda

#68adda

Complementary Color

#68adda #da9568

#68adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#68adda Color CSS Codes

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

#68adda Text Font Color

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

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


#68adda Background Color

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

This div background color is #68adda


#68adda Border Color

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

This div border color is #68adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68adda


Comments

No comments written yet.

Please login to write comment.