Color Hex Logo

#07998b Color Hex

#07998B
(7,153,139)
0 Favorites   0 Comments

Color spaces of #07998b

RGB 7153139
HSL0.480.910.31
HSV174°95°60°
CMYK 0.950.000.09   0.40
XYZ16.139124.691728.3415
Yxy24.69170.23330.3570
Hunter Lab49.6907-28.98360.9670
CIE-Lab56.7738-36.8052-2.2260

#07998b color RGB value is (7,153,139).

#07998b hex color red value is 7, green value is 153 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #07998b hue: 0.48 , saturation: 0.91 and the lightness value of 07998b is 0.31.

The process color (four color CMYK) of #07998b color hex is 0.95, 0.00, 0.09, 0.40. Web safe color of #07998b is #009999. Color #07998b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011001 10001011
Octal 7 231 213
Decimal 7 153 139
Hex 7 99 8B

RGB Percentages of Color #07998b

%2.34
%51.17
%46.49

CMYK Percentages of Color #07998b

%95
%0
%9
%40

Triadic Colors of #07998b

#07998b #8b0799 #998b07

Analogous Colors of #07998b

#07998b #075e99 #079942

Monochromatic Colors of #07998b

#07998b

Complementary Color

#07998b #990715

#07998b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07998b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07998b Color CSS Codes

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

#07998b Text Font Color

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

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


#07998b Background Color

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

This div background color is #07998b


#07998b Border Color

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

This div border color is #07998b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,153,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07998b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07998b;
  -webkit-box-shadow: 1px 1px 3px 2px #07998b;
  box-shadow:         1px 1px 3px 2px #07998b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07998b


Comments

No comments written yet.

Please login to write comment.