Color Hex Logo

#02504f Color Hex

#02504F
(2,80,79)
0 Favorites   0 Comments

Color spaces of #02504f

RGB 28079
HSL0.500.950.16
HSV179°98°31°
CMYK 0.980.000.01   0.69
XYZ4.30506.31478.3891
Yxy6.31470.22650.3322
Hunter Lab25.1291-13.3960-2.2031
CIE-Lab30.1929-20.8772-5.4607

#02504f color RGB value is (2,80,79).

#02504f hex color red value is 2, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #02504f hue: 0.50 , saturation: 0.95 and the lightness value of 02504f is 0.16.

The process color (four color CMYK) of #02504f color hex is 0.98, 0.00, 0.01, 0.69. Web safe color of #02504f is #006666. Color #02504f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010000 01001111
Octal 2 120 117
Decimal 2 80 79
Hex 2 50 4F

RGB Percentages of Color #02504f

%1.24
%49.69
%49.07

CMYK Percentages of Color #02504f

%98
%0
%1
%69

Triadic Colors of #02504f

#02504f #4f0250 #504f02

Analogous Colors of #02504f

#02504f #022a50 #025028

Monochromatic Colors of #02504f

#02504f

Complementary Color

#02504f #500203

#02504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02504f Color CSS Codes

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

#02504f Text Font Color

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

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


#02504f Background Color

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

This div background color is #02504f


#02504f Border Color

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

This div border color is #02504f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,80,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02504f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02504f;
  -webkit-box-shadow: 1px 1px 3px 2px #02504f;
  box-shadow:         1px 1px 3px 2px #02504f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02504f


Comments

No comments written yet.

Please login to write comment.