Color Hex Logo

#3beaff Color Hex

#3BEAFF
(59,234,255)
0 Favorites   0 Comments

Color spaces of #3beaff

RGB 59234255
HSL0.521.000.62
HSV186°77°100°
CMYK 0.770.080.00   0.00
XYZ49.276566.9954104.9420
Yxy66.99540.22280.3029
Hunter Lab81.8507-35.7766-18.7211
CIE-Lab85.5016-35.8360-22.5545

#3beaff color RGB value is (59,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101010 11111111
Octal 73 352 377
Decimal 59 234 255
Hex 3B EA FF

RGB Percentages of Color #3beaff

%10.77
%42.70
%46.53

CMYK Percentages of Color #3beaff

%77
%8
%0
%0

Triadic Colors of #3beaff

#3beaff #ff3bea #eaff3b

Analogous Colors of #3beaff

#3beaff #3b88ff #3bffb2

Monochromatic Colors of #3beaff

#3beaff

Complementary Color

#3beaff #ff503b

#3beaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beaff Color CSS Codes

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

#3beaff Text Font Color

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

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


#3beaff Background Color

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

This div background color is #3beaff


#3beaff Border Color

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

This div border color is #3beaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beaff

#3beaff Color Palettes


Comments

No comments written yet.

Please login to write comment.