Color Hex Logo

#3abbfb Color Hex

#3ABBFB
(58,187,251)
0 Favorites   0 Comments

Color spaces of #3abbfb

RGB 58187251
HSL0.560.960.61
HSV200°77°98°
CMYK 0.770.250.00   0.02
XYZ36.927843.405297.6985
Yxy43.40520.20740.2438
Hunter Lab65.8826-15.2437-41.8043
CIE-Lab71.8291-13.7289-41.4736

#3abbfb color RGB value is (58,187,251).

#3abbfb hex color red value is 58, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3abbfb hue: 0.56 , saturation: 0.96 and the lightness value of 3abbfb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111011 11111011
Octal 72 273 373
Decimal 58 187 251
Hex 3A BB FB

RGB Percentages of Color #3abbfb

%11.69
%37.70
%50.60

CMYK Percentages of Color #3abbfb

%77
%25
%0
%2

Triadic Colors of #3abbfb

#3abbfb #fb3abb #bbfb3a

Analogous Colors of #3abbfb

#3abbfb #3a5afb #3afbdb

Monochromatic Colors of #3abbfb

#3abbfb

Complementary Color

#3abbfb #fb7a3a

#3abbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abbfb Color CSS Codes

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

#3abbfb Text Font Color

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

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


#3abbfb Background Color

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

This div background color is #3abbfb


#3abbfb Border Color

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

This div border color is #3abbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abbfb


Comments

No comments written yet.

Please login to write comment.