Color Hex Logo

#01babe Color Hex

#01BABE
(1,186,190)
0 Favorites   0 Comments

Color spaces of #01babe

RGB 1186190
HSL0.500.990.37
HSV181°99°75°
CMYK 0.990.020.00   0.25
XYZ26.865738.842054.7965
Yxy38.84200.22290.3223
Hunter Lab62.3234-32.1199-8.5031
CIE-Lab68.6367-36.6751-13.1591

#01babe color RGB value is (1,186,190).

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

The process color (four color CMYK) of #01babe color hex is 0.99, 0.02, 0.00, 0.25. Web safe color of #01babe is #00cccc. Color #01babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111010 10111110
Octal 1 272 276
Decimal 1 186 190
Hex 1 BA BE

RGB Percentages of Color #01babe

%0.27
%49.34
%50.40

CMYK Percentages of Color #01babe

%99
%2
%0
%25

Triadic Colors of #01babe

#01babe #be01ba #babe01

Analogous Colors of #01babe

#01babe #015bbe #01be64

Monochromatic Colors of #01babe

#01babe

Complementary Color

#01babe #be0501

#01babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01babe Color CSS Codes

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

#01babe Text Font Color

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

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


#01babe Background Color

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

This div background color is #01babe


#01babe Border Color

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

This div border color is #01babe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,186,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 #01babe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01babe


Comments

No comments written yet.

Please login to write comment.