Color Hex Logo

#3fbeff Color Hex

#3FBEFF
(63,190,255)
0 Favorites   0 Comments

Color spaces of #3fbeff

RGB 63190255
HSL0.561.000.62
HSV200°75°100°
CMYK 0.750.250.00   0.00
XYZ38.513445.1037101.2838
Yxy45.10370.20830.2439
Hunter Lab67.1593-15.1655-42.4045
CIE-Lab72.9601-13.4550-41.8550

#3fbeff color RGB value is (63,190,255).

#3fbeff hex color red value is 63, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3fbeff hue: 0.56 , saturation: 1.00 and the lightness value of 3fbeff is 0.62.

The process color (four color CMYK) of #3fbeff color hex is 0.75, 0.25, 0.00, 0.00. Web safe color of #3fbeff is #33ccff. Color #3fbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111110 11111111
Octal 77 276 377
Decimal 63 190 255
Hex 3F BE FF

RGB Percentages of Color #3fbeff

%12.40
%37.40
%50.20

CMYK Percentages of Color #3fbeff

%75
%25
%0
%0

Triadic Colors of #3fbeff

#3fbeff #ff3fbe #beff3f

Analogous Colors of #3fbeff

#3fbeff #3f5eff #3fffe0

Monochromatic Colors of #3fbeff

#3fbeff

Complementary Color

#3fbeff #ff803f

#3fbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbeff Color CSS Codes

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

#3fbeff Text Font Color

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

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


#3fbeff Background Color

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

This div background color is #3fbeff


#3fbeff Border Color

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

This div border color is #3fbeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,190,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3fbeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.