color codes Logo

#00abdc color codes

#00ABDC
(0,171,220)
0 Favorites   0 Comments

Color spaces of #00abdc

RGB 0171220
HSL0.541.000.43
HSV193°100°86°
CMYK 1.000.220.00   0.14
XYZ27.481234.293172.8810
Yxy34.29310.20410.2547
Hunter Lab58.5603-18.7140-32.7969
CIE-Lab65.1946-19.3515-34.9597

#00abdc color RGB value is (0,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 11011100
Octal 0 253 334
Decimal 0 171 220
Hex 0 AB DC

RGB Percentages of Color #00abdc

%0.00
%43.73
%56.27

CMYK Percentages of Color #00abdc

%100
%22
%0
%14

Triadic Colors of #00abdc

#00abdc #dc00ab #abdc00

Analogous Colors of #00abdc

#00abdc #003ddc #00dc9f

Monochromatic Colors of #00abdc

#00abdc

Complementary Color

#00abdc #dc3100

#00abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00abdc Color CSS Codes

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

#00abdc Text Font Color

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

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


#00abdc Background Color

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

This div background color is #00abdc


#00abdc Border Color

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

This div border color is #00abdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,171,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 #00abdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00abdc


Comments

No comments written yet.

Please login to write comment.