Color Hex Logo

#01af86 Color Hex

#01AF86
(1,175,134)
0 Favorites   0 Comments

Color spaces of #01af86

RGB 1175134
HSL0.460.990.35
HSV166°99°69°
CMYK 0.990.000.23   0.31
XYZ19.645632.387627.7703
Yxy32.38760.24620.4058
Hunter Lab56.9101-37.973810.9055
CIE-Lab63.6619-47.742410.5139

#01af86 color RGB value is (1,175,134).

#01af86 hex color red value is 1, green value is 175 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #01af86 hue: 0.46 , saturation: 0.99 and the lightness value of 01af86 is 0.35.

The process color (four color CMYK) of #01af86 color hex is 0.99, 0.00, 0.23, 0.31. Web safe color of #01af86 is #009999. Color #01af86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101111 10000110
Octal 1 257 206
Decimal 1 175 134
Hex 1 AF 86

RGB Percentages of Color #01af86

%0.32
%56.45
%43.23

CMYK Percentages of Color #01af86

%99
%0
%23
%31

Triadic Colors of #01af86

#01af86 #8601af #af8601

Analogous Colors of #01af86

#01af86 #0181af #01af2f

Monochromatic Colors of #01af86

#01af86

Complementary Color

#01af86 #af012a

#01af86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01af86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01af86 Color CSS Codes

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

#01af86 Text Font Color

<p style="color:#01af86">Text here</p>

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


#01af86 Background Color

<div style="background-color:#01af86">
Div content here</div>

This div background color is #01af86


#01af86 Border Color

<div style="border:3px solid #01af86">
Div here</div>

This div border color is #01af86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,175,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01af86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01af86;
  -webkit-box-shadow: 1px 1px 3px 2px #01af86;
  box-shadow:         1px 1px 3px 2px #01af86; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01af86


Comments

No comments written yet.

Please login to write comment.