Color Hex Logo

#3afadb Color Hex

#3AFADB
(58,250,219)
0 Favorites   0 Comments

Color spaces of #3afadb

RGB 58250219
HSL0.470.950.60
HSV170°77°98°
CMYK 0.770.000.12   0.02
XYZ48.716774.385278.8080
Yxy74.38520.24130.3684
Hunter Lab86.2469-50.10596.1966
CIE-Lab89.1042-52.89131.6443

#3afadb color RGB value is (58,250,219).

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

The process color (four color CMYK) of #3afadb color hex is 0.77, 0.00, 0.12, 0.02. Web safe color of #3afadb is #33ffcc. Color #3afadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 11011011
Octal 72 372 333
Decimal 58 250 219
Hex 3A FA DB

RGB Percentages of Color #3afadb

%11.01
%47.44
%41.56

CMYK Percentages of Color #3afadb

%77
%0
%12
%2

Triadic Colors of #3afadb

#3afadb #db3afa #fadb3a

Analogous Colors of #3afadb

#3afadb #3ab9fa #3afa7b

Monochromatic Colors of #3afadb

#3afadb

Complementary Color

#3afadb #fa3a59

#3afadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afadb Color CSS Codes

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

#3afadb Text Font Color

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

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


#3afadb Background Color

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

This div background color is #3afadb


#3afadb Border Color

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

This div border color is #3afadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afadb


Comments

No comments written yet.

Please login to write comment.