Color Hex Logo

#7adbab Color Hex

#7ADBAB
(122,219,171)
0 Favorites   0 Comments

Color spaces of #7adbab

RGB 122219171
HSL0.420.570.67
HSV150°44°86°
CMYK 0.440.000.22   0.14
XYZ40.708257.740947.5276
Yxy57.74090.27890.3955
Hunter Lab75.9874-37.351516.1073
CIE-Lab80.5945-39.462914.8284

#7adbab color RGB value is (122,219,171).

#7adbab hex color red value is 122, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7adbab hue: 0.42 , saturation: 0.57 and the lightness value of 7adbab is 0.67.

The process color (four color CMYK) of #7adbab color hex is 0.44, 0.00, 0.22, 0.14. Web safe color of #7adbab is #66cc99. Color #7adbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 10101011
Octal 172 333 253
Decimal 122 219 171
Hex 7A DB AB

RGB Percentages of Color #7adbab

%23.83
%42.77
%33.40

CMYK Percentages of Color #7adbab

%44
%0
%22
%14

Triadic Colors of #7adbab

#7adbab #ab7adb #dbab7a

Analogous Colors of #7adbab

#7adbab #7adbdb #7adb7b

Monochromatic Colors of #7adbab

#7adbab

Complementary Color

#7adbab #db7aaa

#7adbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbab Color CSS Codes

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

#7adbab Text Font Color

<p style="color:#7adbab">Text here</p>

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


#7adbab Background Color

<div style="background-color:#7adbab">
Div content here</div>

This div background color is #7adbab


#7adbab Border Color

<div style="border:3px solid #7adbab">
Div here</div>

This div border color is #7adbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbab


Comments

No comments written yet.

Please login to write comment.