Color Hex Logo

#00babf Color Hex

#00BABF
(0,186,191)
0 Favorites   0 Comments

Color spaces of #00babf

RGB 0186191
HSL0.501.000.37
HSV182°100°75°
CMYK 1.000.030.00   0.25
XYZ26.962938.879455.3736
Yxy38.87940.22240.3207
Hunter Lab62.3533-31.9312-9.0058
CIE-Lab68.6638-36.3969-13.6688

#00babf color RGB value is (0,186,191).

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

The process color (four color CMYK) of #00babf color hex is 1.00, 0.03, 0.00, 0.25. Web safe color of #00babf is #00cccc. Color #00babf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111010 10111111
Octal 0 272 277
Decimal 0 186 191
Hex 0 BA BF

RGB Percentages of Color #00babf

%0.00
%49.34
%50.66

CMYK Percentages of Color #00babf

%100
%3
%0
%25

Triadic Colors of #00babf

#00babf #bf00ba #babf00

Analogous Colors of #00babf

#00babf #005bbf #00bf65

Monochromatic Colors of #00babf

#00babf

Complementary Color

#00babf #bf0500

#00babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00babf Color CSS Codes

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

#00babf Text Font Color

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

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


#00babf Background Color

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

This div background color is #00babf


#00babf Border Color

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

This div border color is #00babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00babf


Comments

No comments written yet.

Please login to write comment.