Color Hex Logo

#01baef Color Hex

#01BAEF
(1,186,239)
0 Favorites   0 Comments

Color spaces of #01baef

RGB 1186239
HSL0.540.990.47
HSV193°100°94°
CMYK 1.000.220.00   0.06
XYZ33.151441.356387.8966
Yxy41.35630.20410.2547
Hunter Lab64.3089-20.5233-36.0207
CIE-Lab70.4248-20.5626-37.2150

#01baef color RGB value is (1,186,239).

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

The process color (four color CMYK) of #01baef color hex is 1.00, 0.22, 0.00, 0.06. Web safe color of #01baef is #00ccff. Color #01baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111010 11101111
Octal 1 272 357
Decimal 1 186 239
Hex 1 BA EF

RGB Percentages of Color #01baef

%0.23
%43.66
%56.10

CMYK Percentages of Color #01baef

%100
%22
%0
%6

Triadic Colors of #01baef

#01baef #ef01ba #baef01

Analogous Colors of #01baef

#01baef #0143ef #01efad

Monochromatic Colors of #01baef

#01baef

Complementary Color

#01baef #ef3601

#01baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#01baef Color CSS Codes

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

#01baef Text Font Color

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

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


#01baef Background Color

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

This div background color is #01baef


#01baef Border Color

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

This div border color is #01baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01baef

#01baef Color Palettes


Comments

No comments written yet.

Please login to write comment.