Color Hex Logo

#024954 Color Hex

#024954
(2,73,84)
0 Favorites   0 Comments

Color spaces of #024954

RGB 27384
HSL0.520.950.17
HSV188°98°33°
CMYK 0.980.130.00   0.67
XYZ4.00785.41819.2221
Yxy5.41810.21490.2905
Hunter Lab23.2768-10.0003-7.1965
CIE-Lab27.8942-15.1684-12.1525

#024954 color RGB value is (2,73,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001001 01010100
Octal 2 111 124
Decimal 2 73 84
Hex 2 49 54

RGB Percentages of Color #024954

%1.26
%45.91
%52.83

CMYK Percentages of Color #024954

%98
%13
%0
%67

Triadic Colors of #024954

#024954 #540249 #495402

Analogous Colors of #024954

#024954 #022054 #025436

Monochromatic Colors of #024954

#024954

Complementary Color

#024954 #540d02

#024954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024954 Color CSS Codes

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

#024954 Text Font Color

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

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


#024954 Background Color

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

This div background color is #024954


#024954 Border Color

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

This div border color is #024954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024954


Comments

No comments written yet.

Please login to write comment.