Color Hex Logo

#68acfa Color Hex

#68ACFA
(104,172,250)
0 Favorites   0 Comments

Color spaces of #68acfa

RGB 104172250
HSL0.590.940.69
HSV212°58°98°
CMYK 0.580.310.00   0.02
XYZ37.716839.350296.0499
Yxy39.35020.21790.2273
Hunter Lab62.7297-2.4524-46.8723
CIE-Lab69.00421.0277-45.2530

#68acfa color RGB value is (104,172,250).

#68acfa hex color red value is 104, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #68acfa hue: 0.59 , saturation: 0.94 and the lightness value of 68acfa is 0.69.

The process color (four color CMYK) of #68acfa color hex is 0.58, 0.31, 0.00, 0.02. Web safe color of #68acfa is #6699ff. Color #68acfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11111010
Octal 150 254 372
Decimal 104 172 250
Hex 68 AC FA

RGB Percentages of Color #68acfa

%19.77
%32.70
%47.53

CMYK Percentages of Color #68acfa

%58
%31
%0
%2

Triadic Colors of #68acfa

#68acfa #fa68ac #acfa68

Analogous Colors of #68acfa

#68acfa #6d68fa #68f5fa

Monochromatic Colors of #68acfa

#68acfa

Complementary Color

#68acfa #fab668

#68acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acfa Color CSS Codes

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

#68acfa Text Font Color

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

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


#68acfa Background Color

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

This div background color is #68acfa


#68acfa Border Color

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

This div border color is #68acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acfa


Comments

No comments written yet.

Please login to write comment.