color codes Logo

#00b9aa color codes

#00B9AA
(0,185,170)
0 Favorites   0 Comments

Color spaces of #00b9aa

RGB 0185170
HSL0.491.000.36
HSV175°100°73°
CMYK 1.000.000.08   0.27
XYZ24.604737.600243.9910
Yxy37.60020.23170.3541
Hunter Lab61.3190-35.68380.3879
CIE-Lab67.7249-42.2215-3.5001

#00b9aa color RGB value is (0,185,170).

#00b9aa hex color red value is 0, green value is 185 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #00b9aa hue: 0.49 , saturation: 1.00 and the lightness value of 00b9aa is 0.36.

The process color (four color CMYK) of #00b9aa color code is 1.00, 0.00, 0.08, 0.27. Web safe color of #00b9aa is #00cc99. Color #00b9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111001 10101010
Octal 0 271 252
Decimal 0 185 170
Hex 0 B9 AA

RGB Percentages of Color #00b9aa

%0.00
%52.11
%47.89

CMYK Percentages of Color #00b9aa

%100
%0
%8
%27

Triadic Colors of #00b9aa

#00b9aa #aa00b9 #b9aa00

Analogous Colors of #00b9aa

#00b9aa #006cb9 #00b94d

Monochromatic Colors of #00b9aa

#00b9aa

Complementary Color

#00b9aa #b9000f

#00b9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b9aa Color CSS Codes

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

#00b9aa Text Font Color

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

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


#00b9aa Background Color

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

This div background color is #00b9aa


#00b9aa Border Color

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

This div border color is #00b9aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,185,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00b9aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00b9aa;
  -webkit-box-shadow: 1px 1px 3px 2px #00b9aa;
  box-shadow:         1px 1px 3px 2px #00b9aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b9aa


Comments

No comments written yet.

Please login to write comment.