Color Hex Logo

#024e6e Color Hex

#024E6E
(2,78,110)
0 Favorites   0 Comments

Color spaces of #024e6e

RGB 278110
HSL0.550.960.22
HSV198°98°43°
CMYK 0.980.290.00   0.57
XYZ5.56396.587515.7301
Yxy6.58750.19960.2363
Hunter Lab25.6661-6.2205-18.3710
CIE-Lab30.8488-7.7935-24.1693

#024e6e color RGB value is (2,78,110).

#024e6e hex color red value is 2, green value is 78 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #024e6e hue: 0.55 , saturation: 0.96 and the lightness value of 024e6e is 0.22.

The process color (four color CMYK) of #024e6e color hex is 0.98, 0.29, 0.00, 0.57. Web safe color of #024e6e is #006666. Color #024e6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001110 01101110
Octal 2 116 156
Decimal 2 78 110
Hex 2 4E 6E

RGB Percentages of Color #024e6e

%1.05
%41.05
%57.89

CMYK Percentages of Color #024e6e

%98
%29
%0
%57

Triadic Colors of #024e6e

#024e6e #6e024e #4e6e02

Analogous Colors of #024e6e

#024e6e #02186e #026e58

Monochromatic Colors of #024e6e

#024e6e

Complementary Color

#024e6e #6e2202

#024e6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024e6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#024e6e Color CSS Codes

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

#024e6e Text Font Color

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

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


#024e6e Background Color

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

This div background color is #024e6e


#024e6e Border Color

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

This div border color is #024e6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024e6e


Comments

No comments written yet.

Please login to write comment.