Color Hex Logo

#02530b Color Hex

#02530B
(2,83,11)
0 Favorites   0 Comments

Color spaces of #02530b

RGB 28311
HSL0.350.950.17
HSV127°98°33°
CMYK 0.980.000.87   0.67
XYZ3.17876.22361.3503
Yxy6.22360.29560.5788
Hunter Lab24.9471-20.913514.2538
CIE-Lab29.9697-37.053532.9646

#02530b color RGB value is (2,83,11).

#02530b hex color red value is 2, green value is 83 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #02530b hue: 0.35 , saturation: 0.95 and the lightness value of 02530b is 0.17.

The process color (four color CMYK) of #02530b color hex is 0.98, 0.00, 0.87, 0.67. Web safe color of #02530b is #006600. Color #02530b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010011 00001011
Octal 2 123 13
Decimal 2 83 11
Hex 2 53 B

RGB Percentages of Color #02530b

%2.08
%86.46
%11.46

CMYK Percentages of Color #02530b

%98
%0
%87
%67

Triadic Colors of #02530b

#02530b #0b0253 #530b02

Analogous Colors of #02530b

#02530b #025334 #225302

Monochromatic Colors of #02530b

#02530b

Complementary Color

#02530b #53024a

#02530b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02530b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02530b Color CSS Codes

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

#02530b Text Font Color

<p style="color:#02530b">Text here</p>

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


#02530b Background Color

<div style="background-color:#02530b">
Div content here</div>

This div background color is #02530b


#02530b Border Color

<div style="border:3px solid #02530b">
Div here</div>

This div border color is #02530b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02530b


Comments

No comments written yet.

Please login to write comment.