Color Hex Logo

#01aebe Color Hex

#01AEBE
(1,174,190)
0 Favorites   0 Comments

Color spaces of #01aebe

RGB 1174190
HSL0.510.990.37
HSV185°99°75°
CMYK 0.990.080.00   0.25
XYZ24.442833.996353.9889
Yxy33.99630.21740.3024
Hunter Lab58.3063-27.2065-14.0853
CIE-Lab64.9596-31.0027-18.7134

#01aebe color RGB value is (1,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101110 10111110
Octal 1 256 276
Decimal 1 174 190
Hex 1 AE BE

RGB Percentages of Color #01aebe

%0.27
%47.67
%52.05

CMYK Percentages of Color #01aebe

%99
%8
%0
%25

Triadic Colors of #01aebe

#01aebe #be01ae #aebe01

Analogous Colors of #01aebe

#01aebe #0150be #01be70

Monochromatic Colors of #01aebe

#01aebe

Complementary Color

#01aebe #be1101

#01aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aebe Color CSS Codes

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

#01aebe Text Font Color

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

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


#01aebe Background Color

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

This div background color is #01aebe


#01aebe Border Color

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

This div border color is #01aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aebe


Comments

No comments written yet.

Please login to write comment.