Color Hex Logo

#00b614 Color Hex

#00B614
(0,182,20)
0 Favorites   0 Comments

Color spaces of #00b614

RGB 018220
HSL0.351.000.36
HSV127°100°71°
CMYK 1.000.000.89   0.29
XYZ16.854233.50646.2409
Yxy33.50640.29780.5920
Hunter Lab57.8847-49.324734.1269
CIE-Lab64.5689-66.374361.7992

#00b614 color RGB value is (0,182,20).

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

The process color (four color CMYK) of #00b614 color hex is 1.00, 0.00, 0.89, 0.29. Web safe color of #00b614 is #00cc00. Color #00b614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10110110 00010100
Octal 0 266 24
Decimal 0 182 20
Hex 0 B6 14

RGB Percentages of Color #00b614

%0.00
%90.10
%9.90

CMYK Percentages of Color #00b614

%100
%0
%89
%29

Triadic Colors of #00b614

#00b614 #1400b6 #b61400

Analogous Colors of #00b614

#00b614 #00b66f #47b600

Monochromatic Colors of #00b614

#00b614

Complementary Color

#00b614 #b600a2

#00b614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b614 Color CSS Codes

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

#00b614 Text Font Color

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

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


#00b614 Background Color

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

This div background color is #00b614


#00b614 Border Color

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

This div border color is #00b614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b614


Comments

No comments written yet.

Please login to write comment.