Color Hex Logo

#02764e Color Hex

#02764E
(2,118,78)
0 Favorites   0 Comments

Color spaces of #02764e

RGB 211878
HSL0.440.970.24
HSV159°98°46°
CMYK 0.980.000.34   0.54
XYZ7.878613.51989.4021
Yxy13.51980.25580.4389
Hunter Lab36.7693-26.098810.5777
CIE-Lab43.5362-38.613214.2488

#02764e color RGB value is (2,118,78).

#02764e hex color red value is 2, green value is 118 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #02764e hue: 0.44 , saturation: 0.97 and the lightness value of 02764e is 0.24.

The process color (four color CMYK) of #02764e color hex is 0.98, 0.00, 0.34, 0.54. Web safe color of #02764e is #006666. Color #02764e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110110 01001110
Octal 2 166 116
Decimal 2 118 78
Hex 2 76 4E

RGB Percentages of Color #02764e

%1.01
%59.60
%39.39

CMYK Percentages of Color #02764e

%98
%0
%34
%54

Triadic Colors of #02764e

#02764e #4e0276 #764e02

Analogous Colors of #02764e

#02764e #026476 #027614

Monochromatic Colors of #02764e

#02764e

Complementary Color

#02764e #76022a

#02764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02764e Color CSS Codes

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

#02764e Text Font Color

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

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


#02764e Background Color

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

This div background color is #02764e


#02764e Border Color

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

This div border color is #02764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02764e


Comments

No comments written yet.

Please login to write comment.