Color Hex Logo

#0bae69 Color Hex

#0BAE69
(11,174,105)
0 Favorites   0 Comments

Color spaces of #0bae69

RGB 11174105
HSL0.430.880.36
HSV155°94°68°
CMYK 0.940.000.40   0.32
XYZ17.823931.363218.4789
Yxy31.36320.26340.4635
Hunter Lab56.0029-41.194219.6385
CIE-Lab62.8130-53.519025.1537

#0bae69 color RGB value is (11,174,105).

#0bae69 hex color red value is 11, green value is 174 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #0bae69 hue: 0.43 , saturation: 0.88 and the lightness value of 0bae69 is 0.36.

The process color (four color CMYK) of #0bae69 color hex is 0.94, 0.00, 0.40, 0.32. Web safe color of #0bae69 is #009966. Color #0bae69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101110 01101001
Octal 13 256 151
Decimal 11 174 105
Hex B AE 69

RGB Percentages of Color #0bae69

%3.79
%60.00
%36.21

CMYK Percentages of Color #0bae69

%94
%0
%40
%32

Triadic Colors of #0bae69

#0bae69 #690bae #ae690b

Analogous Colors of #0bae69

#0bae69 #0ba2ae #0bae18

Monochromatic Colors of #0bae69

#0bae69

Complementary Color

#0bae69 #ae0b50

#0bae69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bae69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bae69 Color CSS Codes

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

#0bae69 Text Font Color

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

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


#0bae69 Background Color

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

This div background color is #0bae69


#0bae69 Border Color

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

This div border color is #0bae69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bae69


Comments

No comments written yet.

Please login to write comment.