color codes Logo

#07949b color codes

#07949B
(7,148,155)
0 Favorites   0 Comments

Color spaces of #07949b

RGB 7148155
HSL0.510.910.32
HSV183°95°61°
CMYK 0.950.050.00   0.39
XYZ16.593923.591534.6894
Yxy23.59150.22160.3151
Hunter Lab48.5711-24.0164-8.3451
CIE-Lab55.6765-29.4986-13.0172

#07949b color RGB value is (7,148,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010100 10011011
Octal 7 224 233
Decimal 7 148 155
Hex 7 94 9B

RGB Percentages of Color #07949b

%2.26
%47.74
%50.00

CMYK Percentages of Color #07949b

%95
%5
%0
%39

Triadic Colors of #07949b

#07949b #9b0794 #949b07

Analogous Colors of #07949b

#07949b #074a9b #079b58

Monochromatic Colors of #07949b

#07949b

Complementary Color

#07949b #9b0e07

#07949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07949b Color CSS Codes

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

#07949b Text Font Color

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

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


#07949b Background Color

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

This div background color is #07949b


#07949b Border Color

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

This div border color is #07949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07949b


Comments

No comments written yet.

Please login to write comment.