Color Hex Logo

#00bb44 Color Hex

#00BB44
(0,187,68)
1 Favorites   0 Comments

Color spaces of #00bb44

RGB 018768
HSL0.391.000.37
HSV142°100°73°
CMYK 1.000.000.64   0.27
XYZ18.813735.958011.4178
Yxy35.95800.28420.5433
Hunter Lab59.9650-48.935330.6862
CIE-Lab66.4878-64.156147.9076

#00bb44 color RGB value is (0,187,68). This hex color code is also a web safe color which is equal to #0B4.

#00bb44 hex color red value is 0, green value is 187 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #00bb44 hue: 0.39 , saturation: 1.00 and the lightness value of 00bb44 is 0.37.

The process color (four color CMYK) of #00bb44 color hex is 1.00, 0.00, 0.64, 0.27. Web safe color of #00bb44 is #00cc33. Color #00bb44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111011 01000100
Octal 0 273 104
Decimal 0 187 68
Hex 0 BB 44

RGB Percentages of Color #00bb44

%0.00
%73.33
%26.67

CMYK Percentages of Color #00bb44

%100
%0
%64
%27

Triadic Colors of #00bb44

#00bb44 #4400bb #bb4400

Analogous Colors of #00bb44

#00bb44 #00bba2 #1abb00

Monochromatic Colors of #00bb44

#00bb44

Complementary Color

#00bb44 #bb0077

#00bb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bb44 Color CSS Codes

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

#00bb44 Text Font Color

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

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


#00bb44 Background Color

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

This div background color is #00bb44


#00bb44 Border Color

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

This div border color is #00bb44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bb44


Comments

No comments written yet.

Please login to write comment.