Color Hex Logo

#3aaedc Color Hex

#3AAEDC
(58,174,220)
0 Favorites   0 Comments

Color spaces of #3aaedc

RGB 58174220
HSL0.550.700.55
HSV197°74°86°
CMYK 0.740.210.00   0.14
XYZ29.799236.339073.1537
Yxy36.33900.21390.2609
Hunter Lab60.2818-17.2551-29.7528
CIE-Lab66.7781-17.1311-32.4473

#3aaedc color RGB value is (58,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101110 11011100
Octal 72 256 334
Decimal 58 174 220
Hex 3A AE DC

RGB Percentages of Color #3aaedc

%12.83
%38.50
%48.67

CMYK Percentages of Color #3aaedc

%74
%21
%0
%14

Triadic Colors of #3aaedc

#3aaedc #dc3aae #aedc3a

Analogous Colors of #3aaedc

#3aaedc #3a5ddc #3adcb9

Monochromatic Colors of #3aaedc

#3aaedc

Complementary Color

#3aaedc #dc683a

#3aaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaedc Color CSS Codes

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

#3aaedc Text Font Color

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

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


#3aaedc Background Color

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

This div background color is #3aaedc


#3aaedc Border Color

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

This div border color is #3aaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaedc


Comments

No comments written yet.

Please login to write comment.