Color Hex Logo

#3cacfb Color Hex

#3CACFB
(60,172,251)
0 Favorites   0 Comments

Color spaces of #3cacfb

RGB 60172251
HSL0.570.960.61
HSV205°76°98°
CMYK 0.760.310.00   0.02
XYZ34.028637.430796.6981
Yxy37.43070.20240.2226
Hunter Lab61.1806-7.7846-50.8834
CIE-Lab67.5989-5.3046-48.1064

#3cacfb color RGB value is (60,172,251).

#3cacfb hex color red value is 60, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3cacfb hue: 0.57 , saturation: 0.96 and the lightness value of 3cacfb is 0.61.

The process color (four color CMYK) of #3cacfb color hex is 0.76, 0.31, 0.00, 0.02. Web safe color of #3cacfb is #3399ff. Color #3cacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101100 11111011
Octal 74 254 373
Decimal 60 172 251
Hex 3C AC FB

RGB Percentages of Color #3cacfb

%12.42
%35.61
%51.97

CMYK Percentages of Color #3cacfb

%76
%31
%0
%2

Triadic Colors of #3cacfb

#3cacfb #fb3cac #acfb3c

Analogous Colors of #3cacfb

#3cacfb #3c4cfb #3cfbeb

Monochromatic Colors of #3cacfb

#3cacfb

Complementary Color

#3cacfb #fb8b3c

#3cacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cacfb Color CSS Codes

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

#3cacfb Text Font Color

<p style="color:#3cacfb">Text here</p>

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


#3cacfb Background Color

<div style="background-color:#3cacfb">
Div content here</div>

This div background color is #3cacfb


#3cacfb Border Color

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

This div border color is #3cacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cacfb


Comments

No comments written yet.

Please login to write comment.