Color Hex Logo

#538f01 Color Hex

#538F01
(83,143,1)
0 Favorites   0 Comments

Color spaces of #538f01

RGB 831431
HSL0.240.990.28
HSV85°99°56°
CMYK 0.420.000.99   0.44
XYZ13.395221.48613.4699
Yxy21.48610.34930.5602
Hunter Lab46.3531-29.534728.0088
CIE-Lab53.4774-39.272056.3800

#538f01 color RGB value is (83,143,1).

#538f01 hex color red value is 83, green value is 143 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #538f01 hue: 0.24 , saturation: 0.99 and the lightness value of 538f01 is 0.28.

The process color (four color CMYK) of #538f01 color hex is 0.42, 0.00, 0.99, 0.44. Web safe color of #538f01 is #669900. Color #538f01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001111 00000001
Octal 123 217 1
Decimal 83 143 1
Hex 53 8F 1

RGB Percentages of Color #538f01

%36.56
%63.00
%0.44

CMYK Percentages of Color #538f01

%42
%0
%99
%44

Triadic Colors of #538f01

#538f01 #01538f #8f0153

Analogous Colors of #538f01

#538f01 #0c8f01 #8f8401

Monochromatic Colors of #538f01

#538f01

Complementary Color

#538f01 #3d018f

#538f01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538f01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538f01 Color CSS Codes

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

#538f01 Text Font Color

<p style="color:#538f01">Text here</p>

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


#538f01 Background Color

<div style="background-color:#538f01">
Div content here</div>

This div background color is #538f01


#538f01 Border Color

<div style="border:3px solid #538f01">
Div here</div>

This div border color is #538f01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,143,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538f01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538f01;
  -webkit-box-shadow: 1px 1px 3px 2px #538f01;
  box-shadow:         1px 1px 3px 2px #538f01; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538f01


Comments

No comments written yet.

Please login to write comment.