Color Hex Logo

#3afadd Color Hex

#3AFADD
(58,250,221)
0 Favorites   0 Comments

Color spaces of #3afadd

RGB 58250221
HSL0.470.950.60
HSV171°77°98°
CMYK 0.770.000.12   0.02
XYZ48.981774.491280.2033
Yxy74.49120.24050.3657
Hunter Lab86.3083-49.73715.3197
CIE-Lab89.1541-52.38210.6768

#3afadd color RGB value is (58,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 11011101
Octal 72 372 335
Decimal 58 250 221
Hex 3A FA DD

RGB Percentages of Color #3afadd

%10.96
%47.26
%41.78

CMYK Percentages of Color #3afadd

%77
%0
%12
%2

Triadic Colors of #3afadd

#3afadd #dd3afa #fadd3a

Analogous Colors of #3afadd

#3afadd #3ab7fa #3afa7d

Monochromatic Colors of #3afadd

#3afadd

Complementary Color

#3afadd #fa3a57

#3afadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afadd Color CSS Codes

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

#3afadd Text Font Color

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

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


#3afadd Background Color

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

This div background color is #3afadd


#3afadd Border Color

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

This div border color is #3afadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afadd


Comments

No comments written yet.

Please login to write comment.