Color Hex Logo

#3abeff Color Hex

#3ABEFF
(58,190,255)
0 Favorites   0 Comments

Color spaces of #3abeff

RGB 58190255
HSL0.551.000.61
HSV200°77°100°
CMYK 0.770.250.00   0.00
XYZ38.208444.9465101.2695
Yxy44.94650.20720.2437
Hunter Lab67.0422-15.5937-42.6301
CIE-Lab72.8567-13.9883-42.0242

#3abeff color RGB value is (58,190,255).

#3abeff hex color red value is 58, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3abeff hue: 0.55 , saturation: 1.00 and the lightness value of 3abeff is 0.61.

The process color (four color CMYK) of #3abeff color hex is 0.77, 0.25, 0.00, 0.00. Web safe color of #3abeff is #33ccff. Color #3abeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 11111111
Octal 72 276 377
Decimal 58 190 255
Hex 3A BE FF

RGB Percentages of Color #3abeff

%11.53
%37.77
%50.70

CMYK Percentages of Color #3abeff

%77
%25
%0
%0

Triadic Colors of #3abeff

#3abeff #ff3abe #beff3a

Analogous Colors of #3abeff

#3abeff #3a5cff #3affde

Monochromatic Colors of #3abeff

#3abeff

Complementary Color

#3abeff #ff7b3a

#3abeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abeff Color CSS Codes

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

#3abeff Text Font Color

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

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


#3abeff Background Color

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

This div background color is #3abeff


#3abeff Border Color

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

This div border color is #3abeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abeff

#3abeff Color Palettes


Comments

No comments written yet.

Please login to write comment.