Color Hex Logo

#02523e Color Hex

#02523E
(2,82,62)
0 Favorites   0 Comments

Color spaces of #02523e

RGB 28262
HSL0.460.950.16
HSV165°98°32°
CMYK 0.980.000.24   0.68
XYZ3.91186.39535.5857
Yxy6.39530.24610.4024
Hunter Lab25.2889-16.64454.6066
CIE-Lab30.3886-27.32115.6667

#02523e color RGB value is (2,82,62).

#02523e hex color red value is 2, green value is 82 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #02523e hue: 0.46 , saturation: 0.95 and the lightness value of 02523e is 0.16.

The process color (four color CMYK) of #02523e color hex is 0.98, 0.00, 0.24, 0.68. Web safe color of #02523e is #006633. Color #02523e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010010 00111110
Octal 2 122 76
Decimal 2 82 62
Hex 2 52 3E

RGB Percentages of Color #02523e

%1.37
%56.16
%42.47

CMYK Percentages of Color #02523e

%98
%0
%24
%68

Triadic Colors of #02523e

#02523e #3e0252 #523e02

Analogous Colors of #02523e

#02523e #023e52 #025216

Monochromatic Colors of #02523e

#02523e

Complementary Color

#02523e #520216

#02523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02523e Color CSS Codes

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

#02523e Text Font Color

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

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


#02523e Background Color

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

This div background color is #02523e


#02523e Border Color

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

This div border color is #02523e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,82,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02523e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02523e;
  -webkit-box-shadow: 1px 1px 3px 2px #02523e;
  box-shadow:         1px 1px 3px 2px #02523e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02523e


Comments

No comments written yet.

Please login to write comment.