Color Hex Logo

#3ab6db Color Hex

#3AB6DB
(58,182,219)
0 Favorites   0 Comments

Color spaces of #3ab6db

RGB 58182219
HSL0.540.690.54
HSV194°74°86°
CMYK 0.740.170.00   0.14
XYZ31.259139.469972.9888
Yxy39.46990.21750.2746
Hunter Lab62.8251-21.1298-24.9043
CIE-Lab69.0903-21.6385-28.3291

#3ab6db color RGB value is (58,182,219).

#3ab6db hex color red value is 58, green value is 182 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3ab6db hue: 0.54 , saturation: 0.69 and the lightness value of 3ab6db is 0.54.

The process color (four color CMYK) of #3ab6db color hex is 0.74, 0.17, 0.00, 0.14. Web safe color of #3ab6db is #33cccc. Color #3ab6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110110 11011011
Octal 72 266 333
Decimal 58 182 219
Hex 3A B6 DB

RGB Percentages of Color #3ab6db

%12.64
%39.65
%47.71

CMYK Percentages of Color #3ab6db

%74
%17
%0
%14

Triadic Colors of #3ab6db

#3ab6db #db3ab6 #b6db3a

Analogous Colors of #3ab6db

#3ab6db #3a66db #3adbb0

Monochromatic Colors of #3ab6db

#3ab6db

Complementary Color

#3ab6db #db5f3a

#3ab6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab6db Color CSS Codes

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

#3ab6db Text Font Color

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

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


#3ab6db Background Color

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

This div background color is #3ab6db


#3ab6db Border Color

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

This div border color is #3ab6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab6db


Comments

No comments written yet.

Please login to write comment.