color codes Logo

#01acdf color codes

#01ACDF
(1,172,223)
0 Favorites   0 Comments

Color spaces of #01acdf

RGB 1172223
HSL0.540.990.44
HSV194°100°87°
CMYK 1.000.230.00   0.13
XYZ28.084334.839275.0565
Yxy34.83920.20350.2525
Hunter Lab59.0247-18.3620-34.0765
CIE-Lab65.6233-18.7983-35.9442

#01acdf color RGB value is (1,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101100 11011111
Octal 1 254 337
Decimal 1 172 223
Hex 1 AC DF

RGB Percentages of Color #01acdf

%0.25
%43.43
%56.31

CMYK Percentages of Color #01acdf

%100
%23
%0
%13

Triadic Colors of #01acdf

#01acdf #df01ac #acdf01

Analogous Colors of #01acdf

#01acdf #013ddf #01dfa3

Monochromatic Colors of #01acdf

#01acdf

Complementary Color

#01acdf #df3401

#01acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01acdf Color CSS Codes

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

#01acdf Text Font Color

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

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


#01acdf Background Color

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

This div background color is #01acdf


#01acdf Border Color

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

This div border color is #01acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01acdf


Comments

No comments written yet.

Please login to write comment.