Color Hex Logo

#3aaced Color Hex

#3AACED
(58,172,237)
0 Favorites   0 Comments

Color spaces of #3aaced

RGB 58172237
HSL0.560.830.58
HSV202°76°93°
CMYK 0.760.270.00   0.07
XYZ31.783536.519085.4945
Yxy36.51900.20670.2374
Hunter Lab60.4310-11.8726-41.5787
CIE-Lab66.9146-10.3412-41.5550

#3aaced color RGB value is (58,172,237).

#3aaced hex color red value is 58, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3aaced hue: 0.56 , saturation: 0.83 and the lightness value of 3aaced is 0.58.

The process color (four color CMYK) of #3aaced color hex is 0.76, 0.27, 0.00, 0.07. Web safe color of #3aaced is #3399ff. Color #3aaced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101100 11101101
Octal 72 254 355
Decimal 58 172 237
Hex 3A AC ED

RGB Percentages of Color #3aaced

%12.42
%36.83
%50.75

CMYK Percentages of Color #3aaced

%76
%27
%0
%7

Triadic Colors of #3aaced

#3aaced #ed3aac #aced3a

Analogous Colors of #3aaced

#3aaced #3a52ed #3aedd5

Monochromatic Colors of #3aaced

#3aaced

Complementary Color

#3aaced #ed7b3a

#3aaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaced Color CSS Codes

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

#3aaced Text Font Color

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

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


#3aaced Background Color

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

This div background color is #3aaced


#3aaced Border Color

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

This div border color is #3aaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaced


Comments

No comments written yet.

Please login to write comment.