Color Hex Logo

#3acce9 Color Hex

#3ACCE9
(58,204,233)
0 Favorites   0 Comments

Color spaces of #3acce9

RGB 58204233
HSL0.530.800.57
HSV190°75°91°
CMYK 0.750.120.00   0.09
XYZ38.045849.968584.7304
Yxy49.96850.22020.2893
Hunter Lab70.6884-27.6327-21.5859
CIE-Lab76.0499-28.2766-25.2531

#3acce9 color RGB value is (58,204,233).

#3acce9 hex color red value is 58, green value is 204 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #3acce9 hue: 0.53 , saturation: 0.80 and the lightness value of 3acce9 is 0.57.

The process color (four color CMYK) of #3acce9 color hex is 0.75, 0.12, 0.00, 0.09. Web safe color of #3acce9 is #33ccff. Color #3acce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 11101001
Octal 72 314 351
Decimal 58 204 233
Hex 3A CC E9

RGB Percentages of Color #3acce9

%11.72
%41.21
%47.07

CMYK Percentages of Color #3acce9

%75
%12
%0
%9

Triadic Colors of #3acce9

#3acce9 #e93acc #cce93a

Analogous Colors of #3acce9

#3acce9 #3a75e9 #3ae9af

Monochromatic Colors of #3acce9

#3acce9

Complementary Color

#3acce9 #e9573a

#3acce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acce9 Color CSS Codes

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

#3acce9 Text Font Color

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

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


#3acce9 Background Color

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

This div background color is #3acce9


#3acce9 Border Color

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

This div border color is #3acce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acce9


Comments

No comments written yet.

Please login to write comment.