Color Hex Logo

#02493d Color Hex

#02493D
(2,73,61)
0 Favorites   0 Comments

Color spaces of #02493d

RGB 27361
HSL0.470.950.15
HSV170°97°29°
CMYK 0.970.000.16   0.71
XYZ3.24995.11495.2309
Yxy5.11490.23900.3762
Hunter Lab22.6161-13.92812.1181
CIE-Lab27.0596-23.31611.5350

#02493d color RGB value is (2,73,61).

#02493d hex color red value is 2, green value is 73 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #02493d hue: 0.47 , saturation: 0.95 and the lightness value of 02493d is 0.15.

The process color (four color CMYK) of #02493d color hex is 0.97, 0.00, 0.16, 0.71. Web safe color of #02493d is #003333. Color #02493d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001001 00111101
Octal 2 111 75
Decimal 2 73 61
Hex 2 49 3D

RGB Percentages of Color #02493d

%1.47
%53.68
%44.85

CMYK Percentages of Color #02493d

%97
%0
%16
%71

Triadic Colors of #02493d

#02493d #3d0249 #493d02

Analogous Colors of #02493d

#02493d #023249 #02491a

Monochromatic Colors of #02493d

#02493d

Complementary Color

#02493d #49020e

#02493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02493d Color CSS Codes

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

#02493d Text Font Color

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

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


#02493d Background Color

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

This div background color is #02493d


#02493d Border Color

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

This div border color is #02493d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02493d


Comments

No comments written yet.

Please login to write comment.