color codes Logo

#07959b color codes

#07959B
(7,149,155)
0 Favorites   0 Comments

Color spaces of #07959b

RGB 7149155
HSL0.510.910.32
HSV182°95°61°
CMYK 0.950.040.00   0.39
XYZ16.751523.906634.7419
Yxy23.90660.22220.3171
Hunter Lab48.8944-24.4100-7.9024
CIE-Lab55.9942-29.9861-12.5384

#07959b color RGB value is (7,149,155).

#07959b hex color red value is 7, green value is 149 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #07959b hue: 0.51 , saturation: 0.91 and the lightness value of 07959b is 0.32.

The process color (four color CMYK) of #07959b color code is 0.95, 0.04, 0.00, 0.39. Web safe color of #07959b is #009999. Color #07959b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010101 10011011
Octal 7 225 233
Decimal 7 149 155
Hex 7 95 9B

RGB Percentages of Color #07959b

%2.25
%47.91
%49.84

CMYK Percentages of Color #07959b

%95
%4
%0
%39

Triadic Colors of #07959b

#07959b #9b0795 #959b07

Analogous Colors of #07959b

#07959b #074b9b #079b57

Monochromatic Colors of #07959b

#07959b

Complementary Color

#07959b #9b0d07

#07959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07959b Color CSS Codes

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

#07959b Text Font Color

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

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


#07959b Background Color

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

This div background color is #07959b


#07959b Border Color

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

This div border color is #07959b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07959b


Comments

No comments written yet.

Please login to write comment.