Color Hex Logo

#00acdc Color Hex

#00ACDC
(0,172,220)
1 Favorites   0 Comments

Color spaces of #00acdc

RGB 0172220
HSL0.541.000.43
HSV193°100°86°
CMYK 1.000.220.00   0.14
XYZ27.670834.672472.9442
Yxy34.67240.20450.2563
Hunter Lab58.8833-19.1639-32.2298
CIE-Lab65.4928-19.8784-34.4960

#00acdc color RGB value is (0,172,220).

#00acdc hex color red value is 0, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #00acdc hue: 0.54 , saturation: 1.00 and the lightness value of 00acdc is 0.43.

The process color (four color CMYK) of #00acdc color hex is 1.00, 0.22, 0.00, 0.14. Web safe color of #00acdc is #0099cc. Color #00acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101100 11011100
Octal 0 254 334
Decimal 0 172 220
Hex 0 AC DC

RGB Percentages of Color #00acdc

%0.00
%43.88
%56.12

CMYK Percentages of Color #00acdc

%100
%22
%0
%14

Triadic Colors of #00acdc

#00acdc #dc00ac #acdc00

Analogous Colors of #00acdc

#00acdc #003edc #00dc9e

Monochromatic Colors of #00acdc

#00acdc

Complementary Color

#00acdc #dc3000

#00acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00acdc Color CSS Codes

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

#00acdc Text Font Color

<p style="color:#00acdc">Text here</p>

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


#00acdc Background Color

<div style="background-color:#00acdc">
Div content here</div>

This div background color is #00acdc


#00acdc Border Color

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

This div border color is #00acdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,172,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00acdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00acdc;
  -webkit-box-shadow: 1px 1px 3px 2px #00acdc;
  box-shadow:         1px 1px 3px 2px #00acdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00acdc


Comments

No comments written yet.

Please login to write comment.