Color Hex Logo

#074e53 Color Hex

#074E53
(7,78,83)
0 Favorites   0 Comments

Color spaces of #074e53

RGB 77883
HSL0.510.840.18
HSV184°92°33°
CMYK 0.920.060.00   0.67
XYZ4.37336.11859.1341
Yxy6.11850.22280.3118
Hunter Lab24.7356-11.7282-4.5791
CIE-Lab29.7095-17.8557-8.7424

#074e53 color RGB value is (7,78,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 01010011
Octal 7 116 123
Decimal 7 78 83
Hex 7 4E 53

RGB Percentages of Color #074e53

%4.17
%46.43
%49.40

CMYK Percentages of Color #074e53

%92
%6
%0
%67

Triadic Colors of #074e53

#074e53 #53074e #4e5307

Analogous Colors of #074e53

#074e53 #072853 #075332

Monochromatic Colors of #074e53

#074e53

Complementary Color

#074e53 #530c07

#074e53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074e53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074e53 Color CSS Codes

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

#074e53 Text Font Color

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

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


#074e53 Background Color

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

This div background color is #074e53


#074e53 Border Color

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

This div border color is #074e53


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,78,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 #074e53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074e53


Comments

No comments written yet.

Please login to write comment.