Color Hex Logo

#0be352 Color Hex

#0BE352
(11,227,82)
0 Favorites   0 Comments

Color spaces of #0be352

RGB 1122782
HSL0.390.910.47
HSV140°95°89°
CMYK 0.950.000.64   0.11
XYZ29.130155.618517.1828
Yxy55.61850.28580.5456
Hunter Lab74.5778-60.789138.5440
CIE-Lab79.3962-74.080956.3972

#0be352 color RGB value is (11,227,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11100011 01010010
Octal 13 343 122
Decimal 11 227 82
Hex B E3 52

RGB Percentages of Color #0be352

%3.44
%70.94
%25.63

CMYK Percentages of Color #0be352

%95
%0
%64
%11

Triadic Colors of #0be352

#0be352 #520be3 #e3520b

Analogous Colors of #0be352

#0be352 #0be3be #30e30b

Monochromatic Colors of #0be352

#0be352

Complementary Color

#0be352 #e30b9c

#0be352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0be352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0be352 Color CSS Codes

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

#0be352 Text Font Color

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

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


#0be352 Background Color

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

This div background color is #0be352


#0be352 Border Color

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

This div border color is #0be352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0be352


Comments

No comments written yet.

Please login to write comment.