Color Hex Logo

#3aefdc Color Hex

#3AEFDC
(58,239,220)
0 Favorites   0 Comments

Color spaces of #3aefdc

RGB 58239220
HSL0.480.850.58
HSV174°76°94°
CMYK 0.760.000.08   0.06
XYZ45.529767.799978.3972
Yxy67.79990.23750.3536
Hunter Lab82.3407-45.39591.1880
CIE-Lab85.9063-48.0303-3.5568

#3aefdc color RGB value is (58,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101111 11011100
Octal 72 357 334
Decimal 58 239 220
Hex 3A EF DC

RGB Percentages of Color #3aefdc

%11.22
%46.23
%42.55

CMYK Percentages of Color #3aefdc

%76
%0
%8
%6

Triadic Colors of #3aefdc

#3aefdc #dc3aef #efdc3a

Analogous Colors of #3aefdc

#3aefdc #3aa8ef #3aef82

Monochromatic Colors of #3aefdc

#3aefdc

Complementary Color

#3aefdc #ef3a4d

#3aefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aefdc Color CSS Codes

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

#3aefdc Text Font Color

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

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


#3aefdc Background Color

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

This div background color is #3aefdc


#3aefdc Border Color

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

This div border color is #3aefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aefdc


Comments

No comments written yet.

Please login to write comment.