Color Hex Logo

#01bee1 Color Hex

#01BEE1
(1,190,225)
0 Favorites   0 Comments

Color spaces of #01bee1

RGB 1190225
HSL0.530.990.44
HSV189°100°88°
CMYK 1.000.160.00   0.12
XYZ32.016642.269677.7056
Yxy42.26960.21060.2781
Hunter Lab65.0151-25.8743-25.3525
CIE-Lab71.0564-27.3475-28.6314

#01bee1 color RGB value is (1,190,225).

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

The process color (four color CMYK) of #01bee1 color hex is 1.00, 0.16, 0.00, 0.12. Web safe color of #01bee1 is #00cccc. Color #01bee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111110 11100001
Octal 1 276 341
Decimal 1 190 225
Hex 1 BE E1

RGB Percentages of Color #01bee1

%0.24
%45.67
%54.09

CMYK Percentages of Color #01bee1

%100
%16
%0
%12

Triadic Colors of #01bee1

#01bee1 #e101be #bee101

Analogous Colors of #01bee1

#01bee1 #014ee1 #01e194

Monochromatic Colors of #01bee1

#01bee1

Complementary Color

#01bee1 #e12401

#01bee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bee1 Color CSS Codes

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

#01bee1 Text Font Color

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

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


#01bee1 Background Color

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

This div background color is #01bee1


#01bee1 Border Color

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

This div border color is #01bee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bee1


Comments

No comments written yet.

Please login to write comment.