Color Hex Logo

#3aeffa Color Hex

#3AEFFA
(58,239,250)
0 Favorites   0 Comments

Color spaces of #3aeffa

RGB 58239250
HSL0.510.950.60
HSV183°77°98°
CMYK 0.770.040.00   0.02
XYZ49.866769.5347101.2358
Yxy69.53470.22600.3152
Hunter Lab83.3875-39.1829-13.6093
CIE-Lab86.7681-39.6979-18.0172

#3aeffa color RGB value is (58,239,250).

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

The process color (four color CMYK) of #3aeffa color hex is 0.77, 0.04, 0.00, 0.02. Web safe color of #3aeffa is #33ffff. Color #3aeffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101111 11111010
Octal 72 357 372
Decimal 58 239 250
Hex 3A EF FA

RGB Percentages of Color #3aeffa

%10.60
%43.69
%45.70

CMYK Percentages of Color #3aeffa

%77
%4
%0
%2

Triadic Colors of #3aeffa

#3aeffa #fa3aef #effa3a

Analogous Colors of #3aeffa

#3aeffa #3a8ffa #3afaa5

Monochromatic Colors of #3aeffa

#3aeffa

Complementary Color

#3aeffa #fa453a

#3aeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aeffa Color CSS Codes

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

#3aeffa Text Font Color

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

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


#3aeffa Background Color

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

This div background color is #3aeffa


#3aeffa Border Color

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

This div border color is #3aeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aeffa


Comments

No comments written yet.

Please login to write comment.