Color Hex Logo

#01ace3 Color Hex

#01ACE3
(1,172,227)
0 Favorites   0 Comments

Color spaces of #01ace3

RGB 1172227
HSL0.540.990.45
HSV195°100°89°
CMYK 1.000.240.00   0.11
XYZ28.630235.057677.9309
Yxy35.05760.20220.2475
Hunter Lab59.2095-17.3045-36.5903
CIE-Lab65.7935-17.3880-37.8779

#01ace3 color RGB value is (1,172,227).

#01ace3 hex color red value is 1, green value is 172 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #01ace3 hue: 0.54 , saturation: 0.99 and the lightness value of 01ace3 is 0.45.

The process color (four color CMYK) of #01ace3 color hex is 1.00, 0.24, 0.00, 0.11. Web safe color of #01ace3 is #0099cc. Color #01ace3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101100 11100011
Octal 1 254 343
Decimal 1 172 227
Hex 1 AC E3

RGB Percentages of Color #01ace3

%0.25
%43.00
%56.75

CMYK Percentages of Color #01ace3

%100
%24
%0
%11

Triadic Colors of #01ace3

#01ace3 #e301ac #ace301

Analogous Colors of #01ace3

#01ace3 #013be3 #01e3a9

Monochromatic Colors of #01ace3

#01ace3

Complementary Color

#01ace3 #e33801

#01ace3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ace3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ace3 Color CSS Codes

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

#01ace3 Text Font Color

<p style="color:#01ace3">Text here</p>

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


#01ace3 Background Color

<div style="background-color:#01ace3">
Div content here</div>

This div background color is #01ace3


#01ace3 Border Color

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

This div border color is #01ace3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ace3


Comments

No comments written yet.

Please login to write comment.