color codes Logo

#01bce1 color codes

#01BCE1
(1,188,225)
0 Favorites   0 Comments

Color spaces of #01bce1

RGB 1188225
HSL0.530.990.44
HSV190°100°88°
CMYK 1.000.160.00   0.12
XYZ31.586341.409177.5622
Yxy41.40910.20980.2750
Hunter Lab64.3499-24.9952-26.4185
CIE-Lab70.4616-26.3493-29.5469

#01bce1 color RGB value is (1,188,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111100 11100001
Octal 1 274 341
Decimal 1 188 225
Hex 1 BC E1

RGB Percentages of Color #01bce1

%0.24
%45.41
%54.35

CMYK Percentages of Color #01bce1

%100
%16
%0
%12

Triadic Colors of #01bce1

#01bce1 #e101bc #bce101

Analogous Colors of #01bce1

#01bce1 #014ce1 #01e196

Monochromatic Colors of #01bce1

#01bce1

Complementary Color

#01bce1 #e12601

#01bce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bce1 Color CSS Codes

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

#01bce1 Text Font Color

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

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


#01bce1 Background Color

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

This div background color is #01bce1


#01bce1 Border Color

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

This div border color is #01bce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bce1


Comments

No comments written yet.

Please login to write comment.