Color Hex Logo

#00abc5 Color Hex

#00ABC5
(0,171,197)
1 Favorites   0 Comments

Color spaces of #00abc5

RGB 0171197
HSL0.521.000.39
HSV188°100°77°
CMYK 1.000.130.00   0.23
XYZ24.641033.157057.9246
Yxy33.15700.21290.2865
Hunter Lab57.5821-24.3836-19.3352
CIE-Lab64.2878-27.2499-23.6284

#00abc5 color RGB value is (0,171,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 11000101
Octal 0 253 305
Decimal 0 171 197
Hex 0 AB C5

RGB Percentages of Color #00abc5

%0.00
%46.47
%53.53

CMYK Percentages of Color #00abc5

%100
%13
%0
%23

Triadic Colors of #00abc5

#00abc5 #c500ab #abc500

Analogous Colors of #00abc5

#00abc5 #0049c5 #00c57d

Monochromatic Colors of #00abc5

#00abc5

Complementary Color

#00abc5 #c51a00

#00abc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00abc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00abc5 Color CSS Codes

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

#00abc5 Text Font Color

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

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


#00abc5 Background Color

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

This div background color is #00abc5


#00abc5 Border Color

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

This div border color is #00abc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00abc5

#00abc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.