Color Hex Logo

#0be484 Color Hex

#0BE484
(11,228,132)
0 Favorites   0 Comments

Color spaces of #0be484

RGB 11228132
HSL0.430.910.47
HSV153°95°89°
CMYK 0.950.000.42   0.11
XYZ32.046357.223931.1861
Yxy57.22390.26600.4751
Hunter Lab75.6465-56.763028.5096
CIE-Lab80.3054-67.106234.2089

#0be484 color RGB value is (11,228,132).

#0be484 hex color red value is 11, green value is 228 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #0be484 hue: 0.43 , saturation: 0.91 and the lightness value of 0be484 is 0.47.

The process color (four color CMYK) of #0be484 color hex is 0.95, 0.00, 0.42, 0.11. Web safe color of #0be484 is #00cc99. Color #0be484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11100100 10000100
Octal 13 344 204
Decimal 11 228 132
Hex B E4 84

RGB Percentages of Color #0be484

%2.96
%61.46
%35.58

CMYK Percentages of Color #0be484

%95
%0
%42
%11

Triadic Colors of #0be484

#0be484 #840be4 #e4840b

Analogous Colors of #0be484

#0be484 #0bd8e4 #0be417

Monochromatic Colors of #0be484

#0be484

Complementary Color

#0be484 #e40b6b

#0be484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0be484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0be484 Color CSS Codes

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

#0be484 Text Font Color

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

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


#0be484 Background Color

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

This div background color is #0be484


#0be484 Border Color

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

This div border color is #0be484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0be484


Comments

No comments written yet.

Please login to write comment.