Color Hex Logo

#07948a Color Hex

#07948A
(7,148,138)
0 Favorites   0 Comments

Color spaces of #07948a

RGB 7148138
HSL0.490.910.30
HSV176°95°58°
CMYK 0.950.000.07   0.42
XYZ15.265023.060027.6912
Yxy23.06000.23120.3493
Hunter Lab48.0208-27.2944-0.5750
CIE-Lab55.1341-34.8291-4.0688

#07948a color RGB value is (7,148,138).

#07948a hex color red value is 7, green value is 148 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #07948a hue: 0.49 , saturation: 0.91 and the lightness value of 07948a is 0.30.

The process color (four color CMYK) of #07948a color hex is 0.95, 0.00, 0.07, 0.42. Web safe color of #07948a is #009999. Color #07948a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010100 10001010
Octal 7 224 212
Decimal 7 148 138
Hex 7 94 8A

RGB Percentages of Color #07948a

%2.39
%50.51
%47.10

CMYK Percentages of Color #07948a

%95
%0
%7
%42

Triadic Colors of #07948a

#07948a #8a0794 #948a07

Analogous Colors of #07948a

#07948a #075894 #079444

Monochromatic Colors of #07948a

#07948a

Complementary Color

#07948a #940711

#07948a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07948a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07948a Color CSS Codes

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

#07948a Text Font Color

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

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


#07948a Background Color

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

This div background color is #07948a


#07948a Border Color

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

This div border color is #07948a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,148,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07948a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07948a;
  -webkit-box-shadow: 1px 1px 3px 2px #07948a;
  box-shadow:         1px 1px 3px 2px #07948a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07948a


Comments

No comments written yet.

Please login to write comment.