Color Hex Logo

#00bfac Color Hex

#00BFAC
(0,191,172)
0 Favorites   0 Comments

Color spaces of #00bfac

RGB 0191172
HSL0.481.000.37
HSV174°100°75°
CMYK 1.000.000.10   0.25
XYZ26.077240.240245.4224
Yxy40.24020.23340.3601
Hunter Lab63.4352-37.63301.9503
CIE-Lab69.6403-44.2432-1.7843

#00bfac color RGB value is (0,191,172).

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

The process color (four color CMYK) of #00bfac color hex is 1.00, 0.00, 0.10, 0.25. Web safe color of #00bfac is #00cc99. Color #00bfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111111 10101100
Octal 0 277 254
Decimal 0 191 172
Hex 0 BF AC

RGB Percentages of Color #00bfac

%0.00
%52.62
%47.38

CMYK Percentages of Color #00bfac

%100
%0
%10
%25

Triadic Colors of #00bfac

#00bfac #ac00bf #bfac00

Analogous Colors of #00bfac

#00bfac #0073bf #00bf4c

Monochromatic Colors of #00bfac

#00bfac

Complementary Color

#00bfac #bf0013

#00bfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bfac Color CSS Codes

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

#00bfac Text Font Color

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

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


#00bfac Background Color

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

This div background color is #00bfac


#00bfac Border Color

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

This div border color is #00bfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bfac


Comments

No comments written yet.

Please login to write comment.