Color Hex Logo

#074e55 Color Hex

#074E55
(7,78,85)
0 Favorites   0 Comments

Color spaces of #074e55

RGB 77885
HSL0.510.850.18
HSV185°92°33°
CMYK 0.920.080.00   0.67
XYZ4.45176.14989.5467
Yxy6.14980.22090.3052
Hunter Lab24.7988-11.3549-5.4655
CIE-Lab29.7873-17.1268-9.9071

#074e55 color RGB value is (7,78,85).

#074e55 hex color red value is 7, green value is 78 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #074e55 hue: 0.51 , saturation: 0.85 and the lightness value of 074e55 is 0.18.

The process color (four color CMYK) of #074e55 color hex is 0.92, 0.08, 0.00, 0.67. Web safe color of #074e55 is #006666. Color #074e55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 01010101
Octal 7 116 125
Decimal 7 78 85
Hex 7 4E 55

RGB Percentages of Color #074e55

%4.12
%45.88
%50.00

CMYK Percentages of Color #074e55

%92
%8
%0
%67

Triadic Colors of #074e55

#074e55 #55074e #4e5507

Analogous Colors of #074e55

#074e55 #072755 #075535

Monochromatic Colors of #074e55

#074e55

Complementary Color

#074e55 #550e07

#074e55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074e55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074e55 Color CSS Codes

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

#074e55 Text Font Color

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

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


#074e55 Background Color

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

This div background color is #074e55


#074e55 Border Color

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

This div border color is #074e55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,78,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074e55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074e55;
  -webkit-box-shadow: 1px 1px 3px 2px #074e55;
  box-shadow:         1px 1px 3px 2px #074e55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074e55


Comments

No comments written yet.

Please login to write comment.