Color Hex Logo

#00bacf Color Hex

#00BACF
(0,186,207)
0 Favorites   0 Comments

Color spaces of #00bacf

RGB 0186207
HSL0.521.000.41
HSV186°100°81°
CMYK 1.000.100.00   0.19
XYZ28.821439.622865.1604
Yxy39.62280.21570.2966
Hunter Lab62.9466-28.4268-17.3125
CIE-Lab69.2000-31.3269-21.6440

#00bacf color RGB value is (0,186,207).

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

The process color (four color CMYK) of #00bacf color hex is 1.00, 0.10, 0.00, 0.19. Web safe color of #00bacf is #00cccc. Color #00bacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111010 11001111
Octal 0 272 317
Decimal 0 186 207
Hex 0 BA CF

RGB Percentages of Color #00bacf

%0.00
%47.33
%52.67

CMYK Percentages of Color #00bacf

%100
%10
%0
%19

Triadic Colors of #00bacf

#00bacf #cf00ba #bacf00

Analogous Colors of #00bacf

#00bacf #0052cf #00cf7d

Monochromatic Colors of #00bacf

#00bacf

Complementary Color

#00bacf #cf1500

#00bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bacf Color CSS Codes

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

#00bacf Text Font Color

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

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


#00bacf Background Color

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

This div background color is #00bacf


#00bacf Border Color

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

This div border color is #00bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bacf


Comments

No comments written yet.

Please login to write comment.