Color Hex Logo

#3becfa Color Hex

#3BECFA
(59,236,250)
0 Favorites   0 Comments

Color spaces of #3becfa

RGB 59236250
HSL0.510.950.61
HSV184°76°98°
CMYK 0.760.060.00   0.02
XYZ49.054467.8228100.9482
Yxy67.82280.22520.3114
Hunter Lab82.3546-37.7973-15.0280
CIE-Lab85.9178-38.2341-19.2984

#3becfa color RGB value is (59,236,250).

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

The process color (four color CMYK) of #3becfa color hex is 0.76, 0.06, 0.00, 0.02. Web safe color of #3becfa is #33ffff. Color #3becfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101100 11111010
Octal 73 354 372
Decimal 59 236 250
Hex 3B EC FA

RGB Percentages of Color #3becfa

%10.83
%43.30
%45.87

CMYK Percentages of Color #3becfa

%76
%6
%0
%2

Triadic Colors of #3becfa

#3becfa #fa3bec #ecfa3b

Analogous Colors of #3becfa

#3becfa #3b8dfa #3bfaa9

Monochromatic Colors of #3becfa

#3becfa

Complementary Color

#3becfa #fa493b

#3becfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3becfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3becfa Color CSS Codes

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

#3becfa Text Font Color

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

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


#3becfa Background Color

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

This div background color is #3becfa


#3becfa Border Color

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

This div border color is #3becfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3becfa


Comments

No comments written yet.

Please login to write comment.