Color Hex Logo

#01bebe Color Hex

#01BEBE
(1,190,190)
0 Favorites   0 Comments

Color spaces of #01bebe

RGB 1190190
HSL0.500.990.37
HSV180°99°75°
CMYK 0.990.000.00   0.25
XYZ27.720240.551155.0813
Yxy40.55110.22470.3287
Hunter Lab63.6797-33.7374-6.7085
CIE-Lab69.8603-38.5066-11.3246

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111110 10111110
Octal 1 276 276
Decimal 1 190 190
Hex 1 BE BE

RGB Percentages of Color #01bebe

%0.26
%49.87
%49.87

CMYK Percentages of Color #01bebe

%99
%0
%0
%25

Triadic Colors of #01bebe

#01bebe #be01be #bebe01

Analogous Colors of #01bebe

#01bebe #015fbe #01be60

Monochromatic Colors of #01bebe

#01bebe

Complementary Color

#01bebe #be0101

#01bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bebe Color CSS Codes

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

#01bebe Text Font Color

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

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


#01bebe Background Color

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

This div background color is #01bebe


#01bebe Border Color

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

This div border color is #01bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bebe


Comments

No comments written yet.

Please login to write comment.