Color Hex Logo

#00afac Color Hex

#00AFAC
(0,175,172)
0 Favorites   0 Comments

Color spaces of #00afac

RGB 0175172
HSL0.501.000.34
HSV179°100°69°
CMYK 1.000.000.02   0.31
XYZ22.776433.638544.3222
Yxy33.63850.22610.3339
Hunter Lab57.9987-31.3998-4.7099
CIE-Lab64.6746-37.1706-9.1294

#00afac color RGB value is (0,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101111 10101100
Octal 0 257 254
Decimal 0 175 172
Hex 0 AF AC

RGB Percentages of Color #00afac

%0.00
%50.43
%49.57

CMYK Percentages of Color #00afac

%100
%0
%2
%31

Triadic Colors of #00afac

#00afac #ac00af #afac00

Analogous Colors of #00afac

#00afac #005baf #00af55

Monochromatic Colors of #00afac

#00afac

Complementary Color

#00afac #af0003

#00afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#00afac Color CSS Codes

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

#00afac Text Font Color

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

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


#00afac Background Color

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

This div background color is #00afac


#00afac Border Color

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

This div border color is #00afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00afac


Comments

No comments written yet.

Please login to write comment.