Color Hex Logo

#00b172 Color Hex

#00B172
(0,177,114)
0 Favorites   0 Comments

Color spaces of #00b172

RGB 0177114
HSL0.441.000.35
HSV159°100°69°
CMYK 1.000.000.36   0.31
XYZ18.759432.659221.2347
Yxy32.65920.25820.4495
Hunter Lab57.1482-41.415217.9732
CIE-Lab63.8840-53.213321.7487

#00b172 color RGB value is (0,177,114).

#00b172 hex color red value is 0, green value is 177 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #00b172 hue: 0.44 , saturation: 1.00 and the lightness value of 00b172 is 0.35.

The process color (four color CMYK) of #00b172 color hex is 1.00, 0.00, 0.36, 0.31. Web safe color of #00b172 is #009966. Color #00b172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10110001 01110010
Octal 0 261 162
Decimal 0 177 114
Hex 0 B1 72

RGB Percentages of Color #00b172

%0.00
%60.82
%39.18

CMYK Percentages of Color #00b172

%100
%0
%36
%31

Triadic Colors of #00b172

#00b172 #7200b1 #b17200

Analogous Colors of #00b172

#00b172 #0098b1 #00b11a

Monochromatic Colors of #00b172

#00b172

Complementary Color

#00b172 #b1003f

#00b172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b172 Color CSS Codes

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

#00b172 Text Font Color

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

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


#00b172 Background Color

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

This div background color is #00b172


#00b172 Border Color

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

This div border color is #00b172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b172


Comments

No comments written yet.

Please login to write comment.