Color Hex Logo

#02714a Color Hex

#02714A
(2,113,74)
0 Favorites   0 Comments

Color spaces of #02714a

RGB 211374
HSL0.440.970.23
HSV159°98°44°
CMYK 0.980.000.35   0.56
XYZ7.166212.31768.4784
Yxy12.31760.25630.4405
Hunter Lab35.0964-24.971610.2446
CIE-Lab41.7165-37.549114.1066

#02714a color RGB value is (2,113,74).

#02714a hex color red value is 2, green value is 113 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #02714a hue: 0.44 , saturation: 0.97 and the lightness value of 02714a is 0.23.

The process color (four color CMYK) of #02714a color hex is 0.98, 0.00, 0.35, 0.56. Web safe color of #02714a is #006633. Color #02714a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110001 01001010
Octal 2 161 112
Decimal 2 113 74
Hex 2 71 4A

RGB Percentages of Color #02714a

%1.06
%59.79
%39.15

CMYK Percentages of Color #02714a

%98
%0
%35
%56

Triadic Colors of #02714a

#02714a #4a0271 #714a02

Analogous Colors of #02714a

#02714a #026071 #027113

Monochromatic Colors of #02714a

#02714a

Complementary Color

#02714a #710229

#02714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#02714a Color CSS Codes

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

#02714a Text Font Color

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

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


#02714a Background Color

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

This div background color is #02714a


#02714a Border Color

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

This div border color is #02714a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,113,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02714a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02714a;
  -webkit-box-shadow: 1px 1px 3px 2px #02714a;
  box-shadow:         1px 1px 3px 2px #02714a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02714a


Comments

No comments written yet.

Please login to write comment.