Color Hex Logo

#3afadf Color Hex

#3AFADF
(58,250,223)
0 Favorites   0 Comments

Color spaces of #3afadf

RGB 58250223
HSL0.480.950.60
HSV172°77°98°
CMYK 0.770.000.11   0.02
XYZ49.249874.598581.6152
Yxy74.59850.23970.3631
Hunter Lab86.3704-49.36474.4336
CIE-Lab89.2046-51.8696-0.2899

#3afadf color RGB value is (58,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 11011111
Octal 72 372 337
Decimal 58 250 223
Hex 3A FA DF

RGB Percentages of Color #3afadf

%10.92
%47.08
%42.00

CMYK Percentages of Color #3afadf

%77
%0
%11
%2

Triadic Colors of #3afadf

#3afadf #df3afa #fadf3a

Analogous Colors of #3afadf

#3afadf #3ab5fa #3afa7f

Monochromatic Colors of #3afadf

#3afadf

Complementary Color

#3afadf #fa3a55

#3afadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afadf Color CSS Codes

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

#3afadf Text Font Color

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

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


#3afadf Background Color

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

This div background color is #3afadf


#3afadf Border Color

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

This div border color is #3afadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afadf


Comments

No comments written yet.

Please login to write comment.