Color Hex Logo

#01baad Color Hex

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

Color spaces of #01baad

RGB 1186173
HSL0.490.990.37
HSV176°99°73°
CMYK 0.990.000.07   0.27
XYZ25.114238.141445.5735
Yxy38.14140.23080.3505
Hunter Lab61.7587-35.4907-0.5207
CIE-Lab68.1247-41.7602-4.5629

#01baad color RGB value is (1,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111010 10101101
Octal 1 272 255
Decimal 1 186 173
Hex 1 BA AD

RGB Percentages of Color #01baad

%0.28
%51.67
%48.06

CMYK Percentages of Color #01baad

%99
%0
%7
%27

Triadic Colors of #01baad

#01baad #ad01ba #baad01

Analogous Colors of #01baad

#01baad #016bba #01ba51

Monochromatic Colors of #01baad

#01baad

Complementary Color

#01baad #ba010e

#01baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#01baad Color CSS Codes

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

#01baad Text Font Color

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

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


#01baad Background Color

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

This div background color is #01baad


#01baad Border Color

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

This div border color is #01baad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,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 #01baad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01baad


Comments

No comments written yet.

Please login to write comment.