Color Hex Logo

#3aaeda Color Hex

#3AAEDA
(58,174,218)
0 Favorites   0 Comments

Color spaces of #3aaeda

RGB 58174218
HSL0.550.680.54
HSV197°73°85°
CMYK 0.730.200.00   0.15
XYZ29.535936.233671.7667
Yxy36.23360.21480.2634
Hunter Lab60.1944-17.7545-28.5524
CIE-Lab66.6980-17.7892-31.4713

#3aaeda color RGB value is (58,174,218).

#3aaeda hex color red value is 58, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3aaeda hue: 0.55 , saturation: 0.68 and the lightness value of 3aaeda is 0.54.

The process color (four color CMYK) of #3aaeda color hex is 0.73, 0.20, 0.00, 0.15. Web safe color of #3aaeda is #3399cc. Color #3aaeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101110 11011010
Octal 72 256 332
Decimal 58 174 218
Hex 3A AE DA

RGB Percentages of Color #3aaeda

%12.89
%38.67
%48.44

CMYK Percentages of Color #3aaeda

%73
%20
%0
%15

Triadic Colors of #3aaeda

#3aaeda #da3aae #aeda3a

Analogous Colors of #3aaeda

#3aaeda #3a5eda #3adab6

Monochromatic Colors of #3aaeda

#3aaeda

Complementary Color

#3aaeda #da663a

#3aaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaeda Color CSS Codes

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

#3aaeda Text Font Color

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

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


#3aaeda Background Color

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

This div background color is #3aaeda


#3aaeda Border Color

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

This div border color is #3aaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaeda


Comments

No comments written yet.

Please login to write comment.