Color Hex Logo

#3fbefa Color Hex

#3FBEFA
(63,190,250)
0 Favorites   0 Comments

Color spaces of #3fbefa

RGB 63190250
HSL0.550.950.61
HSV199°75°98°
CMYK 0.750.240.00   0.02
XYZ37.718744.785897.0990
Yxy44.78580.21000.2494
Hunter Lab66.9222-16.5076-39.1797
CIE-Lab72.7506-15.1145-39.4894

#3fbefa color RGB value is (63,190,250).

#3fbefa hex color red value is 63, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3fbefa hue: 0.55 , saturation: 0.95 and the lightness value of 3fbefa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111110 11111010
Octal 77 276 372
Decimal 63 190 250
Hex 3F BE FA

RGB Percentages of Color #3fbefa

%12.52
%37.77
%49.70

CMYK Percentages of Color #3fbefa

%75
%24
%0
%2

Triadic Colors of #3fbefa

#3fbefa #fa3fbe #befa3f

Analogous Colors of #3fbefa

#3fbefa #3f60fa #3ffad9

Monochromatic Colors of #3fbefa

#3fbefa

Complementary Color

#3fbefa #fa7b3f

#3fbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbefa Color CSS Codes

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

#3fbefa Text Font Color

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

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


#3fbefa Background Color

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

This div background color is #3fbefa


#3fbefa Border Color

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

This div border color is #3fbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbefa

Related Colors


Comments

No comments written yet.

Please login to write comment.