Color Hex Logo

#08525f Color Hex

#08525F
(8,82,95)
0 Favorites   0 Comments

Color spaces of #08525f

RGB 88295
HSL0.520.840.20
HSV189°92°37°
CMYK 0.920.140.00   0.63
XYZ5.18306.912411.8875
Yxy6.91240.21610.2882
Hunter Lab26.2914-10.8212-8.4036
CIE-Lab31.6066-15.5956-13.5083

#08525f color RGB value is (8,82,95).

#08525f hex color red value is 8, green value is 82 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #08525f hue: 0.52 , saturation: 0.84 and the lightness value of 08525f is 0.20.

The process color (four color CMYK) of #08525f color hex is 0.92, 0.14, 0.00, 0.63. Web safe color of #08525f is #006666. Color #08525f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010010 01011111
Octal 10 122 137
Decimal 8 82 95
Hex 8 52 5F

RGB Percentages of Color #08525f

%4.32
%44.32
%51.35

CMYK Percentages of Color #08525f

%92
%14
%0
%63

Triadic Colors of #08525f

#08525f #5f0852 #525f08

Analogous Colors of #08525f

#08525f #08275f #085f40

Monochromatic Colors of #08525f

#08525f

Complementary Color

#08525f #5f1508

#08525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08525f Color CSS Codes

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

#08525f Text Font Color

<p style="color:#08525f">Text here</p>

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


#08525f Background Color

<div style="background-color:#08525f">
Div content here</div>

This div background color is #08525f


#08525f Border Color

<div style="border:3px solid #08525f">
Div here</div>

This div border color is #08525f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,82,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08525f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08525f;
  -webkit-box-shadow: 1px 1px 3px 2px #08525f;
  box-shadow:         1px 1px 3px 2px #08525f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,82,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 #08525f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08525f


Comments

No comments written yet.

Please login to write comment.