Color Hex Logo

#0badae Color Hex

#0BADAE
(11,173,174)
0 Favorites   0 Comments

Color spaces of #0badae

RGB 11173174
HSL0.500.880.36
HSV180°94°68°
CMYK 0.940.010.00   0.32
XYZ22.721633.014345.2192
Yxy33.01430.22510.3270
Hunter Lab57.4581-29.9644-6.4403
CIE-Lab64.1725-35.2555-10.9883

#0badae color RGB value is (11,173,174).

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

The process color (four color CMYK) of #0badae color hex is 0.94, 0.01, 0.00, 0.32. Web safe color of #0badae is #009999. Color #0badae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101101 10101110
Octal 13 255 256
Decimal 11 173 174
Hex B AD AE

RGB Percentages of Color #0badae

%3.07
%48.32
%48.60

CMYK Percentages of Color #0badae

%94
%1
%0
%32

Triadic Colors of #0badae

#0badae #ae0bad #adae0b

Analogous Colors of #0badae

#0badae #0b5cae #0bae5e

Monochromatic Colors of #0badae

#0badae

Complementary Color

#0badae #ae0c0b

#0badae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0badae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0badae Color CSS Codes

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

#0badae Text Font Color

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

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


#0badae Background Color

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

This div background color is #0badae


#0badae Border Color

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

This div border color is #0badae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0badae


Comments

No comments written yet.

Please login to write comment.