Color Hex Logo

#3afedf Color Hex

#3AFEDF
(58,254,223)
0 Favorites   0 Comments

Color spaces of #3afedf

RGB 58254223
HSL0.470.990.61
HSV171°77°100°
CMYK 0.770.000.12   0.00
XYZ50.506077.110982.0340
Yxy77.11090.24090.3678
Hunter Lab87.8128-51.00726.0807
CIE-Lab90.3726-53.51841.4137

#3afedf color RGB value is (58,254,223).

#3afedf hex color red value is 58, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3afedf hue: 0.47 , saturation: 0.99 and the lightness value of 3afedf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111110 11011111
Octal 72 376 337
Decimal 58 254 223
Hex 3A FE DF

RGB Percentages of Color #3afedf

%10.84
%47.48
%41.68

CMYK Percentages of Color #3afedf

%77
%0
%12
%0

Triadic Colors of #3afedf

#3afedf #df3afe #fedf3a

Analogous Colors of #3afedf

#3afedf #3abbfe #3afe7d

Monochromatic Colors of #3afedf

#3afedf

Complementary Color

#3afedf #fe3a59

#3afedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afedf Color CSS Codes

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

#3afedf Text Font Color

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

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


#3afedf Background Color

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

This div background color is #3afedf


#3afedf Border Color

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

This div border color is #3afedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afedf

Related Colors


Comments

No comments written yet.

Please login to write comment.