Color Hex Logo

#3acce5 Color Hex

#3ACCE5
(58,204,229)
0 Favorites   0 Comments

Color spaces of #3acce5

RGB 58204229
HSL0.520.770.56
HSV189°75°90°
CMYK 0.750.110.00   0.10
XYZ37.480649.742481.7545
Yxy49.74240.22180.2944
Hunter Lab70.5283-28.5649-19.3576
CIE-Lab75.9109-29.5111-23.3134

#3acce5 color RGB value is (58,204,229).

#3acce5 hex color red value is 58, green value is 204 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #3acce5 hue: 0.52 , saturation: 0.77 and the lightness value of 3acce5 is 0.56.

The process color (four color CMYK) of #3acce5 color hex is 0.75, 0.11, 0.00, 0.10. Web safe color of #3acce5 is #33cccc. Color #3acce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 11100101
Octal 72 314 345
Decimal 58 204 229
Hex 3A CC E5

RGB Percentages of Color #3acce5

%11.81
%41.55
%46.64

CMYK Percentages of Color #3acce5

%75
%11
%0
%10

Triadic Colors of #3acce5

#3acce5 #e53acc #cce53a

Analogous Colors of #3acce5

#3acce5 #3a77e5 #3ae5a9

Monochromatic Colors of #3acce5

#3acce5

Complementary Color

#3acce5 #e5533a

#3acce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acce5 Color CSS Codes

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

#3acce5 Text Font Color

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

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


#3acce5 Background Color

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

This div background color is #3acce5


#3acce5 Border Color

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

This div border color is #3acce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acce5


Comments

No comments written yet.

Please login to write comment.