Color Hex Logo

#095c7f Color Hex

#095C7F
(9,92,127)
0 Favorites   0 Comments

Color spaces of #095c7f

RGB 992127
HSL0.550.870.27
HSV198°93°50°
CMYK 0.930.280.00   0.50
XYZ7.77069.244721.4535
Yxy9.24470.20200.2403
Hunter Lab30.4051-7.5899-20.5508
CIE-Lab36.4512-9.0750-25.9462

#095c7f color RGB value is (9,92,127).

#095c7f hex color red value is 9, green value is 92 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #095c7f hue: 0.55 , saturation: 0.87 and the lightness value of 095c7f is 0.27.

The process color (four color CMYK) of #095c7f color hex is 0.93, 0.28, 0.00, 0.50. Web safe color of #095c7f is #006666. Color #095c7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011100 01111111
Octal 11 134 177
Decimal 9 92 127
Hex 9 5C 7F

RGB Percentages of Color #095c7f

%3.95
%40.35
%55.70

CMYK Percentages of Color #095c7f

%93
%28
%0
%50

Triadic Colors of #095c7f

#095c7f #7f095c #5c7f09

Analogous Colors of #095c7f

#095c7f #09217f #097f67

Monochromatic Colors of #095c7f

#095c7f

Complementary Color

#095c7f #7f2c09

#095c7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095c7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#095c7f Color CSS Codes

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

#095c7f Text Font Color

<p style="color:#095c7f">Text here</p>

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


#095c7f Background Color

<div style="background-color:#095c7f">
Div content here</div>

This div background color is #095c7f


#095c7f Border Color

<div style="border:3px solid #095c7f">
Div here</div>

This div border color is #095c7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,92,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095c7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095c7f;
  -webkit-box-shadow: 1px 1px 3px 2px #095c7f;
  box-shadow:         1px 1px 3px 2px #095c7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,92,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095c7f


Comments

No comments written yet.

Please login to write comment.