Color Hex Logo

#024851 Color Hex

#024851
(2,72,81)
0 Favorites   0 Comments

Color spaces of #024851

RGB 27281
HSL0.520.950.16
HSV187°98°32°
CMYK 0.980.110.00   0.68
XYZ3.82765.24178.5946
Yxy5.24170.21670.2967
Hunter Lab22.8948-10.2238-6.2309
CIE-Lab27.4126-15.7408-10.9438

#024851 color RGB value is (2,72,81).

#024851 hex color red value is 2, green value is 72 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #024851 hue: 0.52 , saturation: 0.95 and the lightness value of 024851 is 0.16.

The process color (four color CMYK) of #024851 color hex is 0.98, 0.11, 0.00, 0.68. Web safe color of #024851 is #003366. Color #024851 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001000 01010001
Octal 2 110 121
Decimal 2 72 81
Hex 2 48 51

RGB Percentages of Color #024851

%1.29
%46.45
%52.26

CMYK Percentages of Color #024851

%98
%11
%0
%68

Triadic Colors of #024851

#024851 #510248 #485102

Analogous Colors of #024851

#024851 #022151 #025133

Monochromatic Colors of #024851

#024851

Complementary Color

#024851 #510b02

#024851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024851 Color CSS Codes

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

#024851 Text Font Color

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

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


#024851 Background Color

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

This div background color is #024851


#024851 Border Color

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

This div border color is #024851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024851


Comments

No comments written yet.

Please login to write comment.