Color Hex Logo

#008095 Color Hex

#008095
(0,128,149)
0 Favorites   0 Comments

Color spaces of #008095

RGB 0128149
HSL0.521.000.29
HSV188°100°58°
CMYK 1.000.140.00   0.42
XYZ13.144017.608331.1397
Yxy17.60830.21240.2845
Hunter Lab41.9622-17.5217-14.6249
CIE-Lab49.0175-21.6850-19.6703

#008095 color RGB value is (0,128,149).

#008095 hex color red value is 0, green value is 128 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #008095 hue: 0.52 , saturation: 1.00 and the lightness value of 008095 is 0.29.

The process color (four color CMYK) of #008095 color hex is 1.00, 0.14, 0.00, 0.42. Web safe color of #008095 is #009999. Color #008095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000000 10010101
Octal 0 200 225
Decimal 0 128 149
Hex 0 80 95

RGB Percentages of Color #008095

%0.00
%46.21
%53.79

CMYK Percentages of Color #008095

%100
%14
%0
%42

Triadic Colors of #008095

#008095 #950080 #809500

Analogous Colors of #008095

#008095 #003595 #009560

Monochromatic Colors of #008095

#008095

Complementary Color

#008095 #951500

#008095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008095 Color CSS Codes

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

#008095 Text Font Color

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

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


#008095 Background Color

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

This div background color is #008095


#008095 Border Color

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

This div border color is #008095


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,128,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #008095; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #008095;
  -webkit-box-shadow: 1px 1px 3px 2px #008095;
  box-shadow:         1px 1px 3px 2px #008095; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,128,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008095


Comments

No comments written yet.

Please login to write comment.