Color Hex Logo

#68afde Color Hex

#68AFDE
(104,175,222)
0 Favorites   0 Comments

Color spaces of #68afde

RGB 104175222
HSL0.570.640.64
HSV204°53°87°
CMYK 0.530.210.00   0.13
XYZ34.223738.876974.8075
Yxy38.87690.23140.2628
Hunter Lab62.3513-11.1389-27.4886
CIE-Lab68.6620-9.2096-30.5095

#68afde color RGB value is (104,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 11011110
Octal 150 257 336
Decimal 104 175 222
Hex 68 AF DE

RGB Percentages of Color #68afde

%20.76
%34.93
%44.31

CMYK Percentages of Color #68afde

%53
%21
%0
%13

Triadic Colors of #68afde

#68afde #de68af #afde68

Analogous Colors of #68afde

#68afde #6874de #68ded2

Monochromatic Colors of #68afde

#68afde

Complementary Color

#68afde #de9768

#68afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#68afde Color CSS Codes

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

#68afde Text Font Color

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

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


#68afde Background Color

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

This div background color is #68afde


#68afde Border Color

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

This div border color is #68afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68afde


Comments

No comments written yet.

Please login to write comment.