Color Hex Logo

#3beff3 Color Hex

#3BEFF3
(59,239,243)
0 Favorites   0 Comments

Color spaces of #3beff3

RGB 59239243
HSL0.500.880.59
HSV181°76°95°
CMYK 0.760.020.00   0.05
XYZ48.847869.133995.5636
Yxy69.13390.22870.3237
Hunter Lab83.1468-40.6402-9.9414
CIE-Lab86.5703-41.6106-14.6423

#3beff3 color RGB value is (59,239,243).

#3beff3 hex color red value is 59, green value is 239 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #3beff3 hue: 0.50 , saturation: 0.88 and the lightness value of 3beff3 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 11110011
Octal 73 357 363
Decimal 59 239 243
Hex 3B EF F3

RGB Percentages of Color #3beff3

%10.91
%44.18
%44.92

CMYK Percentages of Color #3beff3

%76
%2
%0
%5

Triadic Colors of #3beff3

#3beff3 #f33bef #eff33b

Analogous Colors of #3beff3

#3beff3 #3b93f3 #3bf39b

Monochromatic Colors of #3beff3

#3beff3

Complementary Color

#3beff3 #f33f3b

#3beff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beff3 Color CSS Codes

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

#3beff3 Text Font Color

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

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


#3beff3 Background Color

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

This div background color is #3beff3


#3beff3 Border Color

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

This div border color is #3beff3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,239,243, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beff3


Comments

No comments written yet.

Please login to write comment.