Color Hex Logo

#00908c Color Hex

#00908C
(0,144,140)
0 Favorites   0 Comments

Color spaces of #00908c

RGB 0144140
HSL0.501.000.28
HSV178°100°56°
CMYK 1.000.000.03   0.44
XYZ14.706921.840028.2513
Yxy21.84000.22700.3370
Hunter Lab46.7333-25.6095-3.1288
CIE-Lab53.8568-32.6771-7.1196

#00908c color RGB value is (0,144,140).

#00908c hex color red value is 0, green value is 144 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #00908c hue: 0.50 , saturation: 1.00 and the lightness value of 00908c is 0.28.

The process color (four color CMYK) of #00908c color hex is 1.00, 0.00, 0.03, 0.44. Web safe color of #00908c is #009999. Color #00908c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010000 10001100
Octal 0 220 214
Decimal 0 144 140
Hex 0 90 8C

RGB Percentages of Color #00908c

%0.00
%50.70
%49.30

CMYK Percentages of Color #00908c

%100
%0
%3
%44

Triadic Colors of #00908c

#00908c #8c0090 #908c00

Analogous Colors of #00908c

#00908c #004c90 #009044

Monochromatic Colors of #00908c

#00908c

Complementary Color

#00908c #900004

#00908c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00908c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00908c Color CSS Codes

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

#00908c Text Font Color

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

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


#00908c Background Color

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

This div background color is #00908c


#00908c Border Color

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

This div border color is #00908c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,144,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00908c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00908c;
  -webkit-box-shadow: 1px 1px 3px 2px #00908c;
  box-shadow:         1px 1px 3px 2px #00908c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00908c


Comments

No comments written yet.

Please login to write comment.