Color Hex Logo

#3aacda Color Hex

#3AACDA
(58,172,218)
0 Favorites   0 Comments

Color spaces of #3aacda

RGB 58172218
HSL0.550.680.54
HSV197°73°85°
CMYK 0.730.210.00   0.15
XYZ29.152335.466571.6389
Yxy35.46650.21390.2603
Hunter Lab59.5538-16.8411-29.6340
CIE-Lab66.1103-16.7283-32.3813

#3aacda color RGB value is (58,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101100 11011010
Octal 72 254 332
Decimal 58 172 218
Hex 3A AC DA

RGB Percentages of Color #3aacda

%12.95
%38.39
%48.66

CMYK Percentages of Color #3aacda

%73
%21
%0
%15

Triadic Colors of #3aacda

#3aacda #da3aac #acda3a

Analogous Colors of #3aacda

#3aacda #3a5cda #3adab8

Monochromatic Colors of #3aacda

#3aacda

Complementary Color

#3aacda #da683a

#3aacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aacda Color CSS Codes

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

#3aacda Text Font Color

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

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


#3aacda Background Color

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

This div background color is #3aacda


#3aacda Border Color

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

This div border color is #3aacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aacda


Comments

No comments written yet.

Please login to write comment.