Color Hex Logo

#3aacef Color Hex

#3AACEF
(58,172,239)
0 Favorites   0 Comments

Color spaces of #3aacef

RGB 58172239
HSL0.560.850.58
HSV202°76°94°
CMYK 0.760.280.00   0.06
XYZ32.077436.636687.0423
Yxy36.63660.20590.2352
Hunter Lab60.5282-11.3268-42.8920
CIE-Lab67.0035-9.6580-42.5085

#3aacef color RGB value is (58,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101100 11101111
Octal 72 254 357
Decimal 58 172 239
Hex 3A AC EF

RGB Percentages of Color #3aacef

%12.37
%36.67
%50.96

CMYK Percentages of Color #3aacef

%76
%28
%0
%6

Triadic Colors of #3aacef

#3aacef #ef3aac #acef3a

Analogous Colors of #3aacef

#3aacef #3a52ef #3aefd8

Monochromatic Colors of #3aacef

#3aacef

Complementary Color

#3aacef #ef7d3a

#3aacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aacef Color CSS Codes

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

#3aacef Text Font Color

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

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


#3aacef Background Color

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

This div background color is #3aacef


#3aacef Border Color

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

This div border color is #3aacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aacef


Comments

No comments written yet.

Please login to write comment.