color codes Logo

#01b532 color codes

#01B532
(1,181,50)
0 Favorites   0 Comments

Color spaces of #01b532

RGB 118150
HSL0.380.990.36
HSV136°99°71°
CMYK 0.990.000.72   0.29
XYZ17.112133.28458.5403
Yxy33.28450.29030.5647
Hunter Lab57.6927-48.017831.6082
CIE-Lab64.3906-64.180452.9926

#01b532 color RGB value is (1,181,50).

#01b532 hex color red value is 1, green value is 181 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #01b532 hue: 0.38 , saturation: 0.99 and the lightness value of 01b532 is 0.36.

The process color (four color CMYK) of #01b532 color code is 0.99, 0.00, 0.72, 0.29. Web safe color of #01b532 is #00cc33. Color #01b532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10110101 00110010
Octal 1 265 62
Decimal 1 181 50
Hex 1 B5 32

RGB Percentages of Color #01b532

%0.43
%78.02
%21.55

CMYK Percentages of Color #01b532

%99
%0
%72
%29

Triadic Colors of #01b532

#01b532 #3201b5 #b53201

Analogous Colors of #01b532

#01b532 #01b58c #2ab501

Monochromatic Colors of #01b532

#01b532

Complementary Color

#01b532 #b50184

#01b532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b532 Color CSS Codes

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

#01b532 Text Font Color

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

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


#01b532 Background Color

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

This div background color is #01b532


#01b532 Border Color

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

This div border color is #01b532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b532


Comments

No comments written yet.

Please login to write comment.