Color Hex Logo

#01afbd Color Hex

#01AFBD
(1,175,189)
0 Favorites   0 Comments

Color spaces of #01afbd

RGB 1175189
HSL0.510.990.37
HSV184°99°74°
CMYK 0.990.070.00   0.26
XYZ24.527834.340553.4797
Yxy34.34050.21830.3057
Hunter Lab58.6008-27.8388-13.0882
CIE-Lab65.2319-31.8083-17.7447

#01afbd color RGB value is (1,175,189).

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

The process color (four color CMYK) of #01afbd color hex is 0.99, 0.07, 0.00, 0.26. Web safe color of #01afbd is #0099cc. Color #01afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101111 10111101
Octal 1 257 275
Decimal 1 175 189
Hex 1 AF BD

RGB Percentages of Color #01afbd

%0.27
%47.95
%51.78

CMYK Percentages of Color #01afbd

%99
%7
%0
%26

Triadic Colors of #01afbd

#01afbd #bd01af #afbd01

Analogous Colors of #01afbd

#01afbd #0151bd #01bd6d

Monochromatic Colors of #01afbd

#01afbd

Complementary Color

#01afbd #bd0f01

#01afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01afbd Color CSS Codes

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

#01afbd Text Font Color

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

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


#01afbd Background Color

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

This div background color is #01afbd


#01afbd Border Color

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

This div border color is #01afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01afbd


Comments

No comments written yet.

Please login to write comment.