Color Hex Logo

#3abbfa Color Hex

#3ABBFA
(58,187,250)
0 Favorites   0 Comments

Color spaces of #3abbfa

RGB 58187250
HSL0.550.950.60
HSV200°77°98°
CMYK 0.770.250.00   0.02
XYZ36.770643.342396.8704
Yxy43.34230.20780.2449
Hunter Lab65.8349-15.5138-41.1558
CIE-Lab71.7867-14.0644-41.0002

#3abbfa color RGB value is (58,187,250).

#3abbfa hex color red value is 58, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3abbfa hue: 0.55 , saturation: 0.95 and the lightness value of 3abbfa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111011 11111010
Octal 72 273 372
Decimal 58 187 250
Hex 3A BB FA

RGB Percentages of Color #3abbfa

%11.72
%37.78
%50.51

CMYK Percentages of Color #3abbfa

%77
%25
%0
%2

Triadic Colors of #3abbfa

#3abbfa #fa3abb #bbfa3a

Analogous Colors of #3abbfa

#3abbfa #3a5bfa #3afad9

Monochromatic Colors of #3abbfa

#3abbfa

Complementary Color

#3abbfa #fa793a

#3abbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abbfa Color CSS Codes

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

#3abbfa Text Font Color

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

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


#3abbfa Background Color

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

This div background color is #3abbfa


#3abbfa Border Color

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

This div border color is #3abbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,187,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abbfa


Comments

No comments written yet.

Please login to write comment.