Color Hex Logo

#68acf5 Color Hex

#68ACF5
(104,172,245)
0 Favorites   0 Comments

Color spaces of #68acf5

RGB 104172245
HSL0.590.880.68
HSV211°58°96°
CMYK 0.580.300.00   0.04
XYZ36.942939.040791.9747
Yxy39.04070.22000.2324
Hunter Lab62.4826-3.8061-43.5374
CIE-Lab68.7807-0.5395-42.8862

#68acf5 color RGB value is (104,172,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11110101
Octal 150 254 365
Decimal 104 172 245
Hex 68 AC F5

RGB Percentages of Color #68acf5

%19.96
%33.01
%47.02

CMYK Percentages of Color #68acf5

%58
%30
%0
%4

Triadic Colors of #68acf5

#68acf5 #f568ac #acf568

Analogous Colors of #68acf5

#68acf5 #6b68f5 #68f3f5

Monochromatic Colors of #68acf5

#68acf5

Complementary Color

#68acf5 #f5b168

#68acf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acf5 Color CSS Codes

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

#68acf5 Text Font Color

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

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


#68acf5 Background Color

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

This div background color is #68acf5


#68acf5 Border Color

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

This div border color is #68acf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acf5


Comments

No comments written yet.

Please login to write comment.