Color Hex Logo

#07bbac Color Hex

#07BBAC
(7,187,172)
0 Favorites   0 Comments

Color spaces of #07bbac

RGB 7187172
HSL0.490.930.38
HSV175°96°73°
CMYK 0.960.000.08   0.27
XYZ25.304338.564445.1397
Yxy38.56440.23210.3538
Hunter Lab62.1002-35.94110.3732
CIE-Lab68.4345-42.2882-3.5525

#07bbac color RGB value is (7,187,172).

#07bbac hex color red value is 7, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #07bbac hue: 0.49 , saturation: 0.93 and the lightness value of 07bbac is 0.38.

The process color (four color CMYK) of #07bbac color hex is 0.96, 0.00, 0.08, 0.27. Web safe color of #07bbac is #00cc99. Color #07bbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111011 10101100
Octal 7 273 254
Decimal 7 187 172
Hex 7 BB AC

RGB Percentages of Color #07bbac

%1.91
%51.09
%46.99

CMYK Percentages of Color #07bbac

%96
%0
%8
%27

Triadic Colors of #07bbac

#07bbac #ac07bb #bbac07

Analogous Colors of #07bbac

#07bbac #0770bb #07bb52

Monochromatic Colors of #07bbac

#07bbac

Complementary Color

#07bbac #bb0716

#07bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#07bbac Color CSS Codes

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

#07bbac Text Font Color

<p style="color:#07bbac">Text here</p>

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


#07bbac Background Color

<div style="background-color:#07bbac">
Div content here</div>

This div background color is #07bbac


#07bbac Border Color

<div style="border:3px solid #07bbac">
Div here</div>

This div border color is #07bbac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,187,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07bbac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07bbac;
  -webkit-box-shadow: 1px 1px 3px 2px #07bbac;
  box-shadow:         1px 1px 3px 2px #07bbac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07bbac


Comments

No comments written yet.

Please login to write comment.