Color Hex Logo

#68acfd Color Hex

#68ACFD
(104,172,253)
0 Favorites   0 Comments

Color spaces of #68acfd

RGB 104172253
HSL0.590.970.70
HSV213°59°99°
CMYK 0.590.320.00   0.01
XYZ38.191139.540098.5476
Yxy39.54000.21670.2243
Hunter Lab62.8808-1.6283-48.9034
CIE-Lab69.14061.9734-46.6662

#68acfd color RGB value is (104,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11111101
Octal 150 254 375
Decimal 104 172 253
Hex 68 AC FD

RGB Percentages of Color #68acfd

%19.66
%32.51
%47.83

CMYK Percentages of Color #68acfd

%59
%32
%0
%1

Triadic Colors of #68acfd

#68acfd #fd68ac #acfd68

Analogous Colors of #68acfd

#68acfd #6f68fd #68f7fd

Monochromatic Colors of #68acfd

#68acfd

Complementary Color

#68acfd #fdb968

#68acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acfd Color CSS Codes

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

#68acfd Text Font Color

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

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


#68acfd Background Color

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

This div background color is #68acfd


#68acfd Border Color

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

This div border color is #68acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acfd

Related Colors


Comments

No comments written yet.

Please login to write comment.