Color Hex Logo

#0f625f Color Hex

#0F625F
(15,98,95)
0 Favorites   0 Comments

Color spaces of #0f625f

RGB 159895
HSL0.490.730.22
HSV178°85°38°
CMYK 0.850.000.03   0.62
XYZ6.63029.663112.3422
Yxy9.66310.23150.3375
Hunter Lab31.0855-16.3276-1.7806
CIE-Lab37.2309-23.6178-5.0150

#0f625f color RGB value is (15,98,95).

#0f625f hex color red value is 15, green value is 98 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0f625f hue: 0.49 , saturation: 0.73 and the lightness value of 0f625f is 0.22.

The process color (four color CMYK) of #0f625f color hex is 0.85, 0.00, 0.03, 0.62. Web safe color of #0f625f is #006666. Color #0f625f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01100010 01011111
Octal 17 142 137
Decimal 15 98 95
Hex F 62 5F

RGB Percentages of Color #0f625f

%7.21
%47.12
%45.67

CMYK Percentages of Color #0f625f

%85
%0
%3
%62

Triadic Colors of #0f625f

#0f625f #5f0f62 #625f0f

Analogous Colors of #0f625f

#0f625f #0f3c62 #0f6236

Monochromatic Colors of #0f625f

#0f625f

Complementary Color

#0f625f #620f12

#0f625f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f625f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f625f Color CSS Codes

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

#0f625f Text Font Color

<p style="color:#0f625f">Text here</p>

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


#0f625f Background Color

<div style="background-color:#0f625f">
Div content here</div>

This div background color is #0f625f


#0f625f Border Color

<div style="border:3px solid #0f625f">
Div here</div>

This div border color is #0f625f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,98,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f625f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f625f;
  -webkit-box-shadow: 1px 1px 3px 2px #0f625f;
  box-shadow:         1px 1px 3px 2px #0f625f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,98,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f625f


Comments

No comments written yet.

Please login to write comment.