Color Hex Logo

#6cacfc Color Hex

#6CACFC
(108,172,252)
0 Favorites   0 Comments

Color spaces of #6cacfc

RGB 108172252
HSL0.590.960.71
HSV213°57°99°
CMYK 0.570.320.00   0.01
XYZ38.507639.721597.7329
Yxy39.72150.21880.2257
Hunter Lab63.0250-1.2321-47.8235
CIE-Lab69.27072.4291-45.9073

#6cacfc color RGB value is (108,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 11111100
Octal 154 254 374
Decimal 108 172 252
Hex 6C AC FC

RGB Percentages of Color #6cacfc

%20.30
%32.33
%47.37

CMYK Percentages of Color #6cacfc

%57
%32
%0
%1

Triadic Colors of #6cacfc

#6cacfc #fc6cac #acfc6c

Analogous Colors of #6cacfc

#6cacfc #746cfc #6cf4fc

Monochromatic Colors of #6cacfc

#6cacfc

Complementary Color

#6cacfc #fcbc6c

#6cacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cacfc Color CSS Codes

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

#6cacfc Text Font Color

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

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


#6cacfc Background Color

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

This div background color is #6cacfc


#6cacfc Border Color

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

This div border color is #6cacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cacfc


Comments

No comments written yet.

Please login to write comment.