Color Hex Logo

#6cacfa Color Hex

#6CACFA
(108,172,250)
0 Favorites   0 Comments

Color spaces of #6cacfa

RGB 108172250
HSL0.590.930.70
HSV213°57°98°
CMYK 0.570.310.00   0.02
XYZ38.192239.595396.0722
Yxy39.59530.21970.2277
Hunter Lab62.9248-1.7778-46.4753
CIE-Lab69.18031.8059-44.9642

#6cacfa color RGB value is (108,172,250).

#6cacfa hex color red value is 108, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6cacfa hue: 0.59 , saturation: 0.93 and the lightness value of 6cacfa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 11111010
Octal 154 254 372
Decimal 108 172 250
Hex 6C AC FA

RGB Percentages of Color #6cacfa

%20.38
%32.45
%47.17

CMYK Percentages of Color #6cacfa

%57
%31
%0
%2

Triadic Colors of #6cacfa

#6cacfa #fa6cac #acfa6c

Analogous Colors of #6cacfa

#6cacfa #736cfa #6cf3fa

Monochromatic Colors of #6cacfa

#6cacfa

Complementary Color

#6cacfa #faba6c

#6cacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cacfa Color CSS Codes

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

#6cacfa Text Font Color

<p style="color:#6cacfa">Text here</p>

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


#6cacfa Background Color

<div style="background-color:#6cacfa">
Div content here</div>

This div background color is #6cacfa


#6cacfa Border Color

<div style="border:3px solid #6cacfa">
Div here</div>

This div border color is #6cacfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,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 #6cacfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cacfa


Comments

No comments written yet.

Please login to write comment.