Color Hex Logo

#07baa2 Color Hex

#07BAA2
(7,186,162)
0 Favorites   0 Comments

Color spaces of #07baa2

RGB 7186162
HSL0.480.930.38
HSV172°96°73°
CMYK 0.960.000.13   0.27
XYZ24.168137.771640.1993
Yxy37.77160.23660.3698
Hunter Lab61.4586-37.35894.2402
CIE-Lab67.8519-44.66521.0951

#07baa2 color RGB value is (7,186,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111010 10100010
Octal 7 272 242
Decimal 7 186 162
Hex 7 BA A2

RGB Percentages of Color #07baa2

%1.97
%52.39
%45.63

CMYK Percentages of Color #07baa2

%96
%0
%13
%27

Triadic Colors of #07baa2

#07baa2 #a207ba #baa207

Analogous Colors of #07baa2

#07baa2 #0779ba #07ba49

Monochromatic Colors of #07baa2

#07baa2

Complementary Color

#07baa2 #ba071f

#07baa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07baa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07baa2 Color CSS Codes

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

#07baa2 Text Font Color

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

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


#07baa2 Background Color

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

This div background color is #07baa2


#07baa2 Border Color

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

This div border color is #07baa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07baa2


Comments

No comments written yet.

Please login to write comment.