Color Hex Logo

#07987b Color Hex

#07987B
(7,152,123)
0 Favorites   0 Comments

Color spaces of #07987b

RGB 7152123
HSL0.470.910.31
HSV168°95°60°
CMYK 0.950.000.19   0.40
XYZ14.891023.931722.5733
Yxy23.93170.24250.3898
Hunter Lab48.9200-31.27566.8857
CIE-Lab56.0193-40.88295.8013

#07987b color RGB value is (7,152,123).

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

The process color (four color CMYK) of #07987b color hex is 0.95, 0.00, 0.19, 0.40. Web safe color of #07987b is #009966. Color #07987b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011000 01111011
Octal 7 230 173
Decimal 7 152 123
Hex 7 98 7B

RGB Percentages of Color #07987b

%2.48
%53.90
%43.62

CMYK Percentages of Color #07987b

%95
%0
%19
%40

Triadic Colors of #07987b

#07987b #7b0798 #987b07

Analogous Colors of #07987b

#07987b #076d98 #079833

Monochromatic Colors of #07987b

#07987b

Complementary Color

#07987b #980724

#07987b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07987b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07987b Color CSS Codes

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

#07987b Text Font Color

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

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


#07987b Background Color

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

This div background color is #07987b


#07987b Border Color

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

This div border color is #07987b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07987b


Comments

No comments written yet.

Please login to write comment.