Color Hex Logo

#3aefdf Color Hex

#3AEFDF
(58,239,223)
0 Favorites   0 Comments

Color spaces of #3aefdf

RGB 58239223
HSL0.490.850.58
HSV175°76°94°
CMYK 0.760.000.07   0.06
XYZ45.930767.960380.5089
Yxy67.96030.23630.3496
Hunter Lab82.4380-44.8145-0.1959
CIE-Lab85.9866-47.2312-5.0136

#3aefdf color RGB value is (58,239,223).

#3aefdf hex color red value is 58, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3aefdf hue: 0.49 , saturation: 0.85 and the lightness value of 3aefdf is 0.58.

The process color (four color CMYK) of #3aefdf color hex is 0.76, 0.00, 0.07, 0.06. Web safe color of #3aefdf is #33ffcc. Color #3aefdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101111 11011111
Octal 72 357 337
Decimal 58 239 223
Hex 3A EF DF

RGB Percentages of Color #3aefdf

%11.15
%45.96
%42.88

CMYK Percentages of Color #3aefdf

%76
%0
%7
%6

Triadic Colors of #3aefdf

#3aefdf #df3aef #efdf3a

Analogous Colors of #3aefdf

#3aefdf #3aa5ef #3aef85

Monochromatic Colors of #3aefdf

#3aefdf

Complementary Color

#3aefdf #ef3a4a

#3aefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aefdf Color CSS Codes

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

#3aefdf Text Font Color

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

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


#3aefdf Background Color

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

This div background color is #3aefdf


#3aefdf Border Color

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

This div border color is #3aefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aefdf


Comments

No comments written yet.

Please login to write comment.