Color Hex Logo

#025308 Color Hex

#025308
(2,83,8)
0 Favorites   0 Comments

Color spaces of #025308

RGB 2838
HSL0.350.950.17
HSV124°98°33°
CMYK 0.980.000.90   0.67
XYZ3.16216.21701.2631
Yxy6.21700.29710.5842
Hunter Lab24.9339-20.997114.4502
CIE-Lab29.9535-37.264333.9554

#025308 color RGB value is (2,83,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010011 00001000
Octal 2 123 10
Decimal 2 83 8
Hex 2 53 8

RGB Percentages of Color #025308

%2.15
%89.25
%8.60

CMYK Percentages of Color #025308

%98
%0
%90
%67

Triadic Colors of #025308

#025308 #080253 #530802

Analogous Colors of #025308

#025308 #025331 #255302

Monochromatic Colors of #025308

#025308

Complementary Color

#025308 #53024d

#025308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025308 Color CSS Codes

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

#025308 Text Font Color

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

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


#025308 Background Color

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

This div background color is #025308


#025308 Border Color

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

This div border color is #025308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025308


Comments

No comments written yet.

Please login to write comment.