Color Hex Logo

#7adab5 Color Hex

#7ADAB5
(122,218,181)
0 Favorites   0 Comments

Color spaces of #7adab5

RGB 122218181
HSL0.440.560.67
HSV157°44°85°
CMYK 0.440.000.17   0.15
XYZ41.437957.616652.6532
Yxy57.61660.27310.3798
Hunter Lab75.9056-35.389212.0064
CIE-Lab80.5252-36.92539.4401

#7adab5 color RGB value is (122,218,181).

#7adab5 hex color red value is 122, green value is 218 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #7adab5 hue: 0.44 , saturation: 0.56 and the lightness value of 7adab5 is 0.67.

The process color (four color CMYK) of #7adab5 color hex is 0.44, 0.00, 0.17, 0.15. Web safe color of #7adab5 is #66cccc. Color #7adab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 10110101
Octal 172 332 265
Decimal 122 218 181
Hex 7A DA B5

RGB Percentages of Color #7adab5

%23.42
%41.84
%34.74

CMYK Percentages of Color #7adab5

%44
%0
%17
%15

Triadic Colors of #7adab5

#7adab5 #b57ada #dab57a

Analogous Colors of #7adab5

#7adab5 #7acfda #7ada85

Monochromatic Colors of #7adab5

#7adab5

Complementary Color

#7adab5 #da7a9f

#7adab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adab5 Color CSS Codes

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

#7adab5 Text Font Color

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

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


#7adab5 Background Color

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

This div background color is #7adab5


#7adab5 Border Color

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

This div border color is #7adab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adab5


Comments

No comments written yet.

Please login to write comment.