Color Hex Logo

#3facfb Color Hex

#3FACFB
(63,172,251)
0 Favorites   0 Comments

Color spaces of #3facfb

RGB 63172251
HSL0.570.960.62
HSV205°75°98°
CMYK 0.750.310.00   0.02
XYZ34.215037.526896.7069
Yxy37.52680.20310.2228
Hunter Lab61.2591-7.5060-50.7170
CIE-Lab67.6704-4.9656-47.9890

#3facfb color RGB value is (63,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101100 11111011
Octal 77 254 373
Decimal 63 172 251
Hex 3F AC FB

RGB Percentages of Color #3facfb

%12.96
%35.39
%51.65

CMYK Percentages of Color #3facfb

%75
%31
%0
%2

Triadic Colors of #3facfb

#3facfb #fb3fac #acfb3f

Analogous Colors of #3facfb

#3facfb #3f4efb #3ffbec

Monochromatic Colors of #3facfb

#3facfb

Complementary Color

#3facfb #fb8e3f

#3facfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3facfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3facfb Color CSS Codes

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

#3facfb Text Font Color

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

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


#3facfb Background Color

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

This div background color is #3facfb


#3facfb Border Color

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

This div border color is #3facfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3facfb


Comments

No comments written yet.

Please login to write comment.