Color Hex Logo

#00baad Color Hex

#00BAAD
(0,186,173)
1 Favorites   0 Comments

Color spaces of #00baad

RGB 0186173
HSL0.491.000.36
HSV176°100°73°
CMYK 1.000.000.07   0.27
XYZ25.101738.134945.5729
Yxy38.13490.23070.3505
Hunter Lab61.7535-35.5114-0.5275
CIE-Lab68.1199-41.7928-4.5705

#00baad color RGB value is (0,186,173).

#00baad hex color red value is 0, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #00baad hue: 0.49 , saturation: 1.00 and the lightness value of 00baad is 0.36.

The process color (four color CMYK) of #00baad color hex is 1.00, 0.00, 0.07, 0.27. Web safe color of #00baad is #00cc99. Color #00baad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111010 10101101
Octal 0 272 255
Decimal 0 186 173
Hex 0 BA AD

RGB Percentages of Color #00baad

%0.00
%51.81
%48.19

CMYK Percentages of Color #00baad

%100
%0
%7
%27

Triadic Colors of #00baad

#00baad #ad00ba #baad00

Analogous Colors of #00baad

#00baad #006aba #00ba50

Monochromatic Colors of #00baad

#00baad

Complementary Color

#00baad #ba000d

#00baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#00baad Color CSS Codes

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

#00baad Text Font Color

<p style="color:#00baad">Text here</p>

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


#00baad Background Color

<div style="background-color:#00baad">
Div content here</div>

This div background color is #00baad


#00baad Border Color

<div style="border:3px solid #00baad">
Div here</div>

This div border color is #00baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00baad


Comments

No comments written yet.

Please login to write comment.