Color Hex Logo

#68acfc Color Hex

#68ACFC
(104,172,252)
0 Favorites   0 Comments

Color spaces of #68acfc

RGB 104172252
HSL0.590.960.70
HSV212°59°99°
CMYK 0.590.320.00   0.01
XYZ38.032139.476497.7107
Yxy39.47640.21710.2253
Hunter Lab62.8302-1.9042-48.2239
CIE-Lab69.09501.6575-46.1957

#68acfc color RGB value is (104,172,252).

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

The process color (four color CMYK) of #68acfc color hex is 0.59, 0.32, 0.00, 0.01. Web safe color of #68acfc is #6699ff. Color #68acfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11111100
Octal 150 254 374
Decimal 104 172 252
Hex 68 AC FC

RGB Percentages of Color #68acfc

%19.70
%32.58
%47.73

CMYK Percentages of Color #68acfc

%59
%32
%0
%1

Triadic Colors of #68acfc

#68acfc #fc68ac #acfc68

Analogous Colors of #68acfc

#68acfc #6e68fc #68f6fc

Monochromatic Colors of #68acfc

#68acfc

Complementary Color

#68acfc #fcb868

#68acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acfc Color CSS Codes

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

#68acfc Text Font Color

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

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


#68acfc Background Color

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

This div background color is #68acfc


#68acfc Border Color

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

This div border color is #68acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acfc

Related Colors


Comments

No comments written yet.

Please login to write comment.