Color Hex Logo

#3abfdb Color Hex

#3ABFDB
(58,191,219)
0 Favorites   0 Comments

Color spaces of #3abfdb

RGB 58191219
HSL0.530.690.54
HSV190°74°86°
CMYK 0.740.130.00   0.14
XYZ33.161943.275673.6230
Yxy43.27560.22100.2884
Hunter Lab65.7842-25.1402-20.3060
CIE-Lab71.7416-26.2013-24.2634

#3abfdb color RGB value is (58,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 11011011
Octal 72 277 333
Decimal 58 191 219
Hex 3A BF DB

RGB Percentages of Color #3abfdb

%12.39
%40.81
%46.79

CMYK Percentages of Color #3abfdb

%74
%13
%0
%14

Triadic Colors of #3abfdb

#3abfdb #db3abf #bfdb3a

Analogous Colors of #3abfdb

#3abfdb #3a6fdb #3adba7

Monochromatic Colors of #3abfdb

#3abfdb

Complementary Color

#3abfdb #db563a

#3abfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abfdb Color CSS Codes

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

#3abfdb Text Font Color

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

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


#3abfdb Background Color

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

This div background color is #3abfdb


#3abfdb Border Color

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

This div border color is #3abfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abfdb


Comments

No comments written yet.

Please login to write comment.