Color Hex Logo

#02704d Color Hex

#02704D
(2,112,77)
0 Favorites   0 Comments

Color spaces of #02704d

RGB 211277
HSL0.450.960.22
HSV161°98°44°
CMYK 0.980.000.31   0.56
XYZ7.158812.13718.9866
Yxy12.13710.25310.4291
Hunter Lab34.8383-24.28789.0929
CIE-Lab41.4332-36.400611.9447

#02704d color RGB value is (2,112,77).

#02704d hex color red value is 2, green value is 112 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #02704d hue: 0.45 , saturation: 0.96 and the lightness value of 02704d is 0.22.

The process color (four color CMYK) of #02704d color hex is 0.98, 0.00, 0.31, 0.56. Web safe color of #02704d is #006666. Color #02704d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110000 01001101
Octal 2 160 115
Decimal 2 112 77
Hex 2 70 4D

RGB Percentages of Color #02704d

%1.05
%58.64
%40.31

CMYK Percentages of Color #02704d

%98
%0
%31
%56

Triadic Colors of #02704d

#02704d #4d0270 #704d02

Analogous Colors of #02704d

#02704d #025c70 #027016

Monochromatic Colors of #02704d

#02704d

Complementary Color

#02704d #700225

#02704d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02704d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02704d Color CSS Codes

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

#02704d Text Font Color

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

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


#02704d Background Color

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

This div background color is #02704d


#02704d Border Color

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

This div border color is #02704d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,112,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02704d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02704d;
  -webkit-box-shadow: 1px 1px 3px 2px #02704d;
  box-shadow:         1px 1px 3px 2px #02704d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02704d


Comments

No comments written yet.

Please login to write comment.