Color Hex Logo

#01aeb0 Color Hex

#01AEB0
(1,174,176)
0 Favorites   0 Comments

Color spaces of #01aeb0

RGB 1174176
HSL0.500.990.35
HSV181°99°69°
CMYK 0.990.010.00   0.31
XYZ22.985033.413146.3122
Yxy33.41310.22380.3253
Hunter Lab57.8041-30.1790-7.0399
CIE-Lab64.4940-35.4469-11.6267

#01aeb0 color RGB value is (1,174,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101110 10110000
Octal 1 256 260
Decimal 1 174 176
Hex 1 AE B0

RGB Percentages of Color #01aeb0

%0.28
%49.57
%50.14

CMYK Percentages of Color #01aeb0

%99
%1
%0
%31

Triadic Colors of #01aeb0

#01aeb0 #b001ae #aeb001

Analogous Colors of #01aeb0

#01aeb0 #0156b0 #01b05b

Monochromatic Colors of #01aeb0

#01aeb0

Complementary Color

#01aeb0 #b00301

#01aeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aeb0 Color CSS Codes

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

#01aeb0 Text Font Color

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

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


#01aeb0 Background Color

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

This div background color is #01aeb0


#01aeb0 Border Color

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

This div border color is #01aeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aeb0


Comments

No comments written yet.

Please login to write comment.