Color Hex Logo

#02974c Color Hex

#02974C
(2,151,76)
0 Favorites   0 Comments

Color spaces of #02974c

RGB 215176
HSL0.420.970.30
HSV150°99°59°
CMYK 0.990.000.50   0.41
XYZ12.396222.667910.5595
Yxy22.66790.27170.4968
Hunter Lab47.6108-36.843720.1778
CIE-Lab54.7286-51.301230.0581

#02974c color RGB value is (2,151,76).

#02974c hex color red value is 2, green value is 151 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #02974c hue: 0.42 , saturation: 0.97 and the lightness value of 02974c is 0.30.

The process color (four color CMYK) of #02974c color hex is 0.99, 0.00, 0.50, 0.41. Web safe color of #02974c is #009933. Color #02974c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010111 01001100
Octal 2 227 114
Decimal 2 151 76
Hex 2 97 4C

RGB Percentages of Color #02974c

%0.87
%65.94
%33.19

CMYK Percentages of Color #02974c

%99
%0
%50
%41

Triadic Colors of #02974c

#02974c #4c0297 #974c02

Analogous Colors of #02974c

#02974c #029797 #029702

Monochromatic Colors of #02974c

#02974c

Complementary Color

#02974c #97024d

#02974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#02974c Color CSS Codes

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

#02974c Text Font Color

<p style="color:#02974c">Text here</p>

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


#02974c Background Color

<div style="background-color:#02974c">
Div content here</div>

This div background color is #02974c


#02974c Border Color

<div style="border:3px solid #02974c">
Div here</div>

This div border color is #02974c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,151,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02974c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02974c;
  -webkit-box-shadow: 1px 1px 3px 2px #02974c;
  box-shadow:         1px 1px 3px 2px #02974c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02974c


Comments

No comments written yet.

Please login to write comment.