Color Hex Logo

#3bfaff Color Hex

#3BFAFF
(59,250,255)
0 Favorites   0 Comments

Color spaces of #3bfaff

RGB 59250255
HSL0.501.000.62
HSV182°77°100°
CMYK 0.770.020.00   0.00
XYZ54.039276.5210106.5296
Yxy76.52100.22790.3228
Hunter Lab87.4763-42.8136-10.9706
CIE-Lab90.1007-43.1146-15.6163

#3bfaff color RGB value is (59,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11111010 11111111
Octal 73 372 377
Decimal 59 250 255
Hex 3B FA FF

RGB Percentages of Color #3bfaff

%10.46
%44.33
%45.21

CMYK Percentages of Color #3bfaff

%77
%2
%0
%0

Triadic Colors of #3bfaff

#3bfaff #ff3bfa #faff3b

Analogous Colors of #3bfaff

#3bfaff #3b98ff #3bffa2

Monochromatic Colors of #3bfaff

#3bfaff

Complementary Color

#3bfaff #ff403b

#3bfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bfaff Color CSS Codes

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

#3bfaff Text Font Color

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

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


#3bfaff Background Color

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

This div background color is #3bfaff


#3bfaff Border Color

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

This div border color is #3bfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.