Color Hex Logo

#07abad Color Hex

#07ABAD
(7,171,173)
0 Favorites   0 Comments

Color spaces of #07abad

RGB 7171173
HSL0.500.920.35
HSV181°96°68°
CMYK 0.960.010.00   0.32
XYZ22.193432.188144.5784
Yxy32.18810.22430.3253
Hunter Lab56.7346-29.4599-6.8721
CIE-Lab63.4980-34.7719-11.4430

#07abad color RGB value is (7,171,173).

#07abad hex color red value is 7, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #07abad hue: 0.50 , saturation: 0.92 and the lightness value of 07abad is 0.35.

The process color (four color CMYK) of #07abad color hex is 0.96, 0.01, 0.00, 0.32. Web safe color of #07abad is #009999. Color #07abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101011 10101101
Octal 7 253 255
Decimal 7 171 173
Hex 7 AB AD

RGB Percentages of Color #07abad

%1.99
%48.72
%49.29

CMYK Percentages of Color #07abad

%96
%1
%0
%32

Triadic Colors of #07abad

#07abad #ad07ab #abad07

Analogous Colors of #07abad

#07abad #0758ad #07ad5c

Monochromatic Colors of #07abad

#07abad

Complementary Color

#07abad #ad0907

#07abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#07abad Color CSS Codes

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

#07abad Text Font Color

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

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


#07abad Background Color

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

This div background color is #07abad


#07abad Border Color

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

This div border color is #07abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07abad


Comments

No comments written yet.

Please login to write comment.