Color Hex Logo

#01baea Color Hex

#01BAEA
(1,186,234)
0 Favorites   0 Comments

Color spaces of #01baea

RGB 1186234
HSL0.530.990.46
HSV192°100°92°
CMYK 1.000.210.00   0.08
XYZ32.422741.064884.0593
Yxy41.06480.20580.2607
Hunter Lab64.0818-21.8297-32.9164
CIE-Lab70.2213-22.2832-34.8155

#01baea color RGB value is (1,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111010 11101010
Octal 1 272 352
Decimal 1 186 234
Hex 1 BA EA

RGB Percentages of Color #01baea

%0.24
%44.18
%55.58

CMYK Percentages of Color #01baea

%100
%21
%0
%8

Triadic Colors of #01baea

#01baea #ea01ba #baea01

Analogous Colors of #01baea

#01baea #0145ea #01eaa6

Monochromatic Colors of #01baea

#01baea

Complementary Color

#01baea #ea3101

#01baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#01baea Color CSS Codes

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

#01baea Text Font Color

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

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


#01baea Background Color

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

This div background color is #01baea


#01baea Border Color

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

This div border color is #01baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01baea


Comments

No comments written yet.

Please login to write comment.