Color Hex Logo

#07adba Color Hex

#07ADBA
(7,173,186)
0 Favorites   0 Comments

Color spaces of #07adba

RGB 7173186
HSL0.510.930.38
HSV184°96°73°
CMYK 0.960.070.00   0.27
XYZ23.894133.477551.6568
Yxy33.47750.21920.3071
Hunter Lab57.8597-27.5401-12.4319
CIE-Lab64.5457-31.6157-17.1142

#07adba color RGB value is (7,173,186).

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

The process color (four color CMYK) of #07adba color hex is 0.96, 0.07, 0.00, 0.27. Web safe color of #07adba is #0099cc. Color #07adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101101 10111010
Octal 7 255 272
Decimal 7 173 186
Hex 7 AD BA

RGB Percentages of Color #07adba

%1.91
%47.27
%50.82

CMYK Percentages of Color #07adba

%96
%7
%0
%27

Triadic Colors of #07adba

#07adba #ba07ad #adba07

Analogous Colors of #07adba

#07adba #0754ba #07ba6e

Monochromatic Colors of #07adba

#07adba

Complementary Color

#07adba #ba1407

#07adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#07adba Color CSS Codes

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

#07adba Text Font Color

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

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


#07adba Background Color

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

This div background color is #07adba


#07adba Border Color

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

This div border color is #07adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07adba


Comments

No comments written yet.

Please login to write comment.