Color Hex Logo

#078284 Color Hex

#078284
(7,130,132)
0 Favorites   0 Comments

Color spaces of #078284

RGB 7130132
HSL0.500.900.27
HSV181°95°52°
CMYK 0.950.020.00   0.48
XYZ12.235117.676424.5968
Yxy17.67640.22450.3243
Hunter Lab42.0433-21.6302-5.2564
CIE-Lab49.1012-28.1485-9.5627

#078284 color RGB value is (7,130,132).

#078284 hex color red value is 7, green value is 130 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #078284 hue: 0.50 , saturation: 0.90 and the lightness value of 078284 is 0.27.

The process color (four color CMYK) of #078284 color hex is 0.95, 0.02, 0.00, 0.48. Web safe color of #078284 is #009999. Color #078284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000010 10000100
Octal 7 202 204
Decimal 7 130 132
Hex 7 82 84

RGB Percentages of Color #078284

%2.60
%48.33
%49.07

CMYK Percentages of Color #078284

%95
%2
%0
%48

Triadic Colors of #078284

#078284 #840782 #828407

Analogous Colors of #078284

#078284 #074384 #078448

Monochromatic Colors of #078284

#078284

Complementary Color

#078284 #840907

#078284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078284 Color CSS Codes

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

#078284 Text Font Color

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

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


#078284 Background Color

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

This div background color is #078284


#078284 Border Color

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

This div border color is #078284


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,130,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #078284; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #078284;
  -webkit-box-shadow: 1px 1px 3px 2px #078284;
  box-shadow:         1px 1px 3px 2px #078284; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078284


Comments

No comments written yet.

Please login to write comment.