Color Hex Logo

#02897f Color Hex

#02897F
(2,137,127)
0 Favorites   0 Comments

Color spaces of #02897f

RGB 2137127
HSL0.490.970.27
HSV176°99°54°
CMYK 0.990.000.07   0.46
XYZ12.801519.436523.1556
Yxy19.43650.23110.3509
Hunter Lab44.0868-25.3209-0.2799
CIE-Lab51.1940-33.3321-3.5274

#02897f color RGB value is (2,137,127).

#02897f hex color red value is 2, green value is 137 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #02897f hue: 0.49 , saturation: 0.97 and the lightness value of 02897f is 0.27.

The process color (four color CMYK) of #02897f color hex is 0.99, 0.00, 0.07, 0.46. Web safe color of #02897f is #009966. Color #02897f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001001 01111111
Octal 2 211 177
Decimal 2 137 127
Hex 2 89 7F

RGB Percentages of Color #02897f

%0.75
%51.50
%47.74

CMYK Percentages of Color #02897f

%99
%0
%7
%46

Triadic Colors of #02897f

#02897f #7f0289 #897f02

Analogous Colors of #02897f

#02897f #024f89 #02893c

Monochromatic Colors of #02897f

#02897f

Complementary Color

#02897f #89020c

#02897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02897f Color CSS Codes

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

#02897f Text Font Color

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

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


#02897f Background Color

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

This div background color is #02897f


#02897f Border Color

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

This div border color is #02897f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02897f


Comments

No comments written yet.

Please login to write comment.