Color Hex Logo

#0bda2f Color Hex

#0BDA2F
(11,218,47)
0 Favorites   0 Comments

Color spaces of #0bda2f

RGB 1121847
HSL0.360.900.45
HSV130°95°85°
CMYK 0.950.000.78   0.15
XYZ25.722550.419211.0655
Yxy50.41920.29500.5782
Hunter Lab71.0065-59.598740.4649
CIE-Lab76.3258-74.540265.8498

#0bda2f color RGB value is (11,218,47).

#0bda2f hex color red value is 11, green value is 218 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #0bda2f hue: 0.36 , saturation: 0.90 and the lightness value of 0bda2f is 0.45.

The process color (four color CMYK) of #0bda2f color hex is 0.95, 0.00, 0.78, 0.15. Web safe color of #0bda2f is #00cc33. Color #0bda2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011010 00101111
Octal 13 332 57
Decimal 11 218 47
Hex B DA 2F

RGB Percentages of Color #0bda2f

%3.99
%78.99
%17.03

CMYK Percentages of Color #0bda2f

%95
%0
%78
%15

Triadic Colors of #0bda2f

#0bda2f #2f0bda #da2f0b

Analogous Colors of #0bda2f

#0bda2f #0bda97 #4eda0b

Monochromatic Colors of #0bda2f

#0bda2f

Complementary Color

#0bda2f #da0bb6

#0bda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bda2f Color CSS Codes

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

#0bda2f Text Font Color

<p style="color:#0bda2f">Text here</p>

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


#0bda2f Background Color

<div style="background-color:#0bda2f">
Div content here</div>

This div background color is #0bda2f


#0bda2f Border Color

<div style="border:3px solid #0bda2f">
Div here</div>

This div border color is #0bda2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,218,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0bda2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0bda2f;
  -webkit-box-shadow: 1px 1px 3px 2px #0bda2f;
  box-shadow:         1px 1px 3px 2px #0bda2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,218,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bda2f


Comments

No comments written yet.

Please login to write comment.