Color Hex Logo

#024053 Color Hex

#024053
(2,64,83)
0 Favorites   0 Comments

Color spaces of #024053

RGB 26483
HSL0.540.950.17
HSV194°98°33°
CMYK 0.980.230.00   0.67
XYZ3.41984.30428.8342
Yxy4.30420.20650.2599
Hunter Lab20.7466-6.8831-10.7240
CIE-Lab24.6526-10.1610-16.4922

#024053 color RGB value is (2,64,83).

#024053 hex color red value is 2, green value is 64 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #024053 hue: 0.54 , saturation: 0.95 and the lightness value of 024053 is 0.17.

The process color (four color CMYK) of #024053 color hex is 0.98, 0.23, 0.00, 0.67. Web safe color of #024053 is #003366. Color #024053 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000000 01010011
Octal 2 100 123
Decimal 2 64 83
Hex 2 40 53

RGB Percentages of Color #024053

%1.34
%42.95
%55.70

CMYK Percentages of Color #024053

%98
%23
%0
%67

Triadic Colors of #024053

#024053 #530240 #405302

Analogous Colors of #024053

#024053 #021853 #02533d

Monochromatic Colors of #024053

#024053

Complementary Color

#024053 #531502

#024053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024053 Color CSS Codes

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

#024053 Text Font Color

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

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


#024053 Background Color

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

This div background color is #024053


#024053 Border Color

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

This div border color is #024053


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,64,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024053; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024053;
  -webkit-box-shadow: 1px 1px 3px 2px #024053;
  box-shadow:         1px 1px 3px 2px #024053; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024053


Comments

No comments written yet.

Please login to write comment.