Color Hex Logo

#0bd764 Color Hex

#0BD764
(11,215,100)
0 Favorites   0 Comments

Color spaces of #0bd764

RGB 11215100
HSL0.410.900.44
HSV146°95°84°
CMYK 0.950.000.53   0.16
XYZ26.738749.592120.2196
Yxy49.59210.27690.5136
Hunter Lab70.4217-55.462532.2717
CIE-Lab75.8182-68.148044.2033

#0bd764 color RGB value is (11,215,100).

#0bd764 hex color red value is 11, green value is 215 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #0bd764 hue: 0.41 , saturation: 0.90 and the lightness value of 0bd764 is 0.44.

The process color (four color CMYK) of #0bd764 color hex is 0.95, 0.00, 0.53, 0.16. Web safe color of #0bd764 is #00cc66. Color #0bd764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11010111 01100100
Octal 13 327 144
Decimal 11 215 100
Hex B D7 64

RGB Percentages of Color #0bd764

%3.37
%65.95
%30.67

CMYK Percentages of Color #0bd764

%95
%0
%53
%16

Triadic Colors of #0bd764

#0bd764 #640bd7 #d7640b

Analogous Colors of #0bd764

#0bd764 #0bd7ca #18d70b

Monochromatic Colors of #0bd764

#0bd764

Complementary Color

#0bd764 #d70b7e

#0bd764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bd764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bd764 Color CSS Codes

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

#0bd764 Text Font Color

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

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


#0bd764 Background Color

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

This div background color is #0bd764


#0bd764 Border Color

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

This div border color is #0bd764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bd764


Comments

No comments written yet.

Please login to write comment.