Color Hex Logo

#00afab Color Hex

#00AFAB
(0,175,171)
1 Favorites   0 Comments

Color spaces of #00afab

RGB 0175171
HSL0.501.000.34
HSV179°100°69°
CMYK 1.000.000.02   0.31
XYZ22.680733.600243.8182
Yxy33.60020.22660.3357
Hunter Lab57.9657-31.5968-4.2433
CIE-Lab64.6440-37.4741-8.6182

#00afab color RGB value is (0,175,171).

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

The process color (four color CMYK) of #00afab color hex is 1.00, 0.00, 0.02, 0.31. Web safe color of #00afab is #009999. Color #00afab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101111 10101011
Octal 0 257 253
Decimal 0 175 171
Hex 0 AF AB

RGB Percentages of Color #00afab

%0.00
%50.58
%49.42

CMYK Percentages of Color #00afab

%100
%0
%2
%31

Triadic Colors of #00afab

#00afab #ab00af #afab00

Analogous Colors of #00afab

#00afab #005baf #00af54

Monochromatic Colors of #00afab

#00afab

Complementary Color

#00afab #af0004

#00afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#00afab Color CSS Codes

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

#00afab Text Font Color

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

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


#00afab Background Color

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

This div background color is #00afab


#00afab Border Color

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

This div border color is #00afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00afab

#00afab Color Palettes


Comments

No comments written yet.

Please login to write comment.