color codes Logo

#01adaf color codes

#01ADAF
(1,173,175)
0 Favorites   0 Comments

Color spaces of #01adaf

RGB 1173175
HSL0.500.990.35
HSV181°99°69°
CMYK 0.990.010.00   0.31
XYZ22.694032.988745.7288
Yxy32.98870.22380.3253
Hunter Lab57.4358-29.9838-7.0000
CIE-Lab64.1518-35.2919-11.5825

#01adaf color RGB value is (1,173,175).

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

The process color (four color CMYK) of #01adaf color code is 0.99, 0.01, 0.00, 0.31. Web safe color of #01adaf is #009999. Color #01adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101101 10101111
Octal 1 255 257
Decimal 1 173 175
Hex 1 AD AF

RGB Percentages of Color #01adaf

%0.29
%49.57
%50.14

CMYK Percentages of Color #01adaf

%99
%1
%0
%31

Triadic Colors of #01adaf

#01adaf #af01ad #adaf01

Analogous Colors of #01adaf

#01adaf #0156af #01af5a

Monochromatic Colors of #01adaf

#01adaf

Complementary Color

#01adaf #af0301

#01adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01adaf Color CSS Codes

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

#01adaf Text Font Color

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

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


#01adaf Background Color

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

This div background color is #01adaf


#01adaf Border Color

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

This div border color is #01adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01adaf


Comments

No comments written yet.

Please login to write comment.