Color Hex Logo

#68acfb Color Hex

#68ACFB
(104,172,251)
0 Favorites   0 Comments

Color spaces of #68acfb

RGB 104172251
HSL0.590.950.70
HSV212°59°98°
CMYK 0.590.310.00   0.02
XYZ37.874039.413196.8781
Yxy39.41310.21750.2263
Hunter Lab62.7799-2.1788-47.5469
CIE-Lab69.04951.3424-45.7247

#68acfb color RGB value is (104,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11111011
Octal 150 254 373
Decimal 104 172 251
Hex 68 AC FB

RGB Percentages of Color #68acfb

%19.73
%32.64
%47.63

CMYK Percentages of Color #68acfb

%59
%31
%0
%2

Triadic Colors of #68acfb

#68acfb #fb68ac #acfb68

Analogous Colors of #68acfb

#68acfb #6e68fb #68f6fb

Monochromatic Colors of #68acfb

#68acfb

Complementary Color

#68acfb #fbb768

#68acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acfb Color CSS Codes

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

#68acfb Text Font Color

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

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


#68acfb Background Color

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

This div background color is #68acfb


#68acfb Border Color

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

This div border color is #68acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acfb


Comments

No comments written yet.

Please login to write comment.