Color Hex Logo

#3ab9ff Color Hex

#3AB9FF
(58,185,255)
0 Favorites   0 Comments

Color spaces of #3ab9ff

RGB 58185255
HSL0.561.000.61
HSV201°77°100°
CMYK 0.770.270.00   0.00
XYZ37.143942.8175100.9146
Yxy42.81750.20540.2367
Hunter Lab65.4351-13.1868-45.6330
CIE-Lab71.4309-11.3022-44.2540

#3ab9ff color RGB value is (58,185,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111001 11111111
Octal 72 271 377
Decimal 58 185 255
Hex 3A B9 FF

RGB Percentages of Color #3ab9ff

%11.65
%37.15
%51.20

CMYK Percentages of Color #3ab9ff

%77
%27
%0
%0

Triadic Colors of #3ab9ff

#3ab9ff #ff3ab9 #b9ff3a

Analogous Colors of #3ab9ff

#3ab9ff #3a57ff #3affe3

Monochromatic Colors of #3ab9ff

#3ab9ff

Complementary Color

#3ab9ff #ff803a

#3ab9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab9ff Color CSS Codes

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

#3ab9ff Text Font Color

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

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


#3ab9ff Background Color

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

This div background color is #3ab9ff


#3ab9ff Border Color

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

This div border color is #3ab9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab9ff

Related Colors


Comments

No comments written yet.

Please login to write comment.