Color Hex Logo

#3aacee Color Hex

#3AACEE
(58,172,238)
0 Favorites   0 Comments

Color spaces of #3aacee

RGB 58172238
HSL0.560.840.58
HSV202°76°93°
CMYK 0.760.280.00   0.07
XYZ31.930136.577686.2662
Yxy36.57760.20630.2363
Hunter Lab60.4794-11.5999-42.2341
CIE-Lab66.9589-9.9995-42.0321

#3aacee color RGB value is (58,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101100 11101110
Octal 72 254 356
Decimal 58 172 238
Hex 3A AC EE

RGB Percentages of Color #3aacee

%12.39
%36.75
%50.85

CMYK Percentages of Color #3aacee

%76
%28
%0
%7

Triadic Colors of #3aacee

#3aacee #ee3aac #acee3a

Analogous Colors of #3aacee

#3aacee #3a52ee #3aeed6

Monochromatic Colors of #3aacee

#3aacee

Complementary Color

#3aacee #ee7c3a

#3aacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aacee Color CSS Codes

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

#3aacee Text Font Color

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

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


#3aacee Background Color

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

This div background color is #3aacee


#3aacee Border Color

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

This div border color is #3aacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aacee


Comments

No comments written yet.

Please login to write comment.