Color Hex Logo

#68addf Color Hex

#68ADDF
(104,173,223)
0 Favorites   0 Comments

Color spaces of #68addf

RGB 104173223
HSL0.570.650.64
HSV205°53°87°
CMYK 0.530.220.00   0.13
XYZ33.971838.157975.3867
Yxy38.15790.23030.2587
Hunter Lab61.7721-9.9344-29.1171
CIE-Lab68.1368-7.8208-31.8692

#68addf color RGB value is (104,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 11011111
Octal 150 255 337
Decimal 104 173 223
Hex 68 AD DF

RGB Percentages of Color #68addf

%20.80
%34.60
%44.60

CMYK Percentages of Color #68addf

%53
%22
%0
%13

Triadic Colors of #68addf

#68addf #df68ad #addf68

Analogous Colors of #68addf

#68addf #6872df #68dfd6

Monochromatic Colors of #68addf

#68addf

Complementary Color

#68addf #df9a68

#68addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68addf Color CSS Codes

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

#68addf Text Font Color

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

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


#68addf Background Color

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

This div background color is #68addf


#68addf Border Color

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

This div border color is #68addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68addf


Comments

No comments written yet.

Please login to write comment.