Color Hex Logo

#3faffb Color Hex

#3FAFFB
(63,175,251)
0 Favorites   0 Comments

Color spaces of #3faffb

RGB 63175251
HSL0.570.960.62
HSV204°75°98°
CMYK 0.750.300.00   0.02
XYZ34.792538.681796.8994
Yxy38.68170.20420.2270
Hunter Lab62.1946-8.9853-48.8378
CIE-Lab68.5201-6.6380-46.6515

#3faffb color RGB value is (63,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101111 11111011
Octal 77 257 373
Decimal 63 175 251
Hex 3F AF FB

RGB Percentages of Color #3faffb

%12.88
%35.79
%51.33

CMYK Percentages of Color #3faffb

%75
%30
%0
%2

Triadic Colors of #3faffb

#3faffb #fb3faf #affb3f

Analogous Colors of #3faffb

#3faffb #3f51fb #3ffbe9

Monochromatic Colors of #3faffb

#3faffb

Complementary Color

#3faffb #fb8b3f

#3faffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faffb Color CSS Codes

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

#3faffb Text Font Color

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

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


#3faffb Background Color

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

This div background color is #3faffb


#3faffb Border Color

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

This div border color is #3faffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faffb


Comments

No comments written yet.

Please login to write comment.