Color Hex Logo

#3aacde Color Hex

#3AACDE
(58,172,222)
0 Favorites   0 Comments

Color spaces of #3aacde

RGB 58172222
HSL0.550.710.55
HSV198°74°87°
CMYK 0.740.230.00   0.13
XYZ29.682335.678574.4295
Yxy35.67850.21230.2552
Hunter Lab59.7315-15.8283-32.0673
CIE-Lab66.2735-15.4009-34.3298

#3aacde color RGB value is (58,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101100 11011110
Octal 72 254 336
Decimal 58 172 222
Hex 3A AC DE

RGB Percentages of Color #3aacde

%12.83
%38.05
%49.12

CMYK Percentages of Color #3aacde

%74
%23
%0
%13

Triadic Colors of #3aacde

#3aacde #de3aac #acde3a

Analogous Colors of #3aacde

#3aacde #3a5ade #3adebe

Monochromatic Colors of #3aacde

#3aacde

Complementary Color

#3aacde #de6c3a

#3aacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aacde Color CSS Codes

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

#3aacde Text Font Color

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

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


#3aacde Background Color

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

This div background color is #3aacde


#3aacde Border Color

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

This div border color is #3aacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aacde


Comments

No comments written yet.

Please login to write comment.