Color Hex Logo

#3beeff Color Hex

#3BEEFF
(59,238,255)
0 Favorites   0 Comments

Color spaces of #3beeff

RGB 59238255
HSL0.511.000.62
HSV185°77°100°
CMYK 0.770.070.00   0.00
XYZ50.428269.2989105.3259
Yxy69.29890.22410.3079
Hunter Lab83.2460-37.5499-16.7438
CIE-Lab86.6518-37.6886-20.8120

#3beeff color RGB value is (59,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101110 11111111
Octal 73 356 377
Decimal 59 238 255
Hex 3B EE FF

RGB Percentages of Color #3beeff

%10.69
%43.12
%46.20

CMYK Percentages of Color #3beeff

%77
%7
%0
%0

Triadic Colors of #3beeff

#3beeff #ff3bee #eeff3b

Analogous Colors of #3beeff

#3beeff #3b8cff #3bffae

Monochromatic Colors of #3beeff

#3beeff

Complementary Color

#3beeff #ff4c3b

#3beeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beeff Color CSS Codes

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

#3beeff Text Font Color

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

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


#3beeff Background Color

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

This div background color is #3beeff


#3beeff Border Color

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

This div border color is #3beeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beeff


Comments

No comments written yet.

Please login to write comment.