Color Hex Logo

#01acde Color Hex

#01ACDE
(1,172,222)
0 Favorites   0 Comments

Color spaces of #01acde

RGB 1172222
HSL0.540.990.44
HSV194°100°87°
CMYK 1.000.230.00   0.13
XYZ27.949934.785474.3484
Yxy34.78540.20390.2538
Hunter Lab58.9791-18.6233-33.4549
CIE-Lab65.5812-19.1492-35.4594

#01acde color RGB value is (1,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101100 11011110
Octal 1 254 336
Decimal 1 172 222
Hex 1 AC DE

RGB Percentages of Color #01acde

%0.25
%43.54
%56.20

CMYK Percentages of Color #01acde

%100
%23
%0
%13

Triadic Colors of #01acde

#01acde #de01ac #acde01

Analogous Colors of #01acde

#01acde #013ede #01dea2

Monochromatic Colors of #01acde

#01acde

Complementary Color

#01acde #de3301

#01acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#01acde Color CSS Codes

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

#01acde Text Font Color

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

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


#01acde Background Color

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

This div background color is #01acde


#01acde Border Color

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

This div border color is #01acde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,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 #01acde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01acde


Comments

No comments written yet.

Please login to write comment.