Color Hex Logo

#3befff Color Hex

#3BEFFF
(59,239,255)
0 Favorites   0 Comments

Color spaces of #3befff

RGB 59239255
HSL0.511.000.62
HSV185°77°100°
CMYK 0.770.060.00   0.00
XYZ50.720169.8828105.4232
Yxy69.88280.22440.3092
Hunter Lab83.5959-37.9917-16.2537
CIE-Lab86.9394-38.1483-20.3772

#3befff color RGB value is (59,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 11111111
Octal 73 357 377
Decimal 59 239 255
Hex 3B EF FF

RGB Percentages of Color #3befff

%10.67
%43.22
%46.11

CMYK Percentages of Color #3befff

%77
%6
%0
%0

Triadic Colors of #3befff

#3befff #ff3bef #efff3b

Analogous Colors of #3befff

#3befff #3b8dff #3bffad

Monochromatic Colors of #3befff

#3befff

Complementary Color

#3befff #ff4b3b

#3befff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3befff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3befff Color CSS Codes

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

#3befff Text Font Color

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

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


#3befff Background Color

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

This div background color is #3befff


#3befff Border Color

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

This div border color is #3befff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3befff


Comments

No comments written yet.

Please login to write comment.