Color Hex Logo

#7adabe Color Hex

#7ADABE
(122,218,190)
0 Favorites   0 Comments

Color spaces of #7adabe

RGB 122218190
HSL0.450.560.67
HSV163°44°85°
CMYK 0.440.000.13   0.15
XYZ42.391757.998157.6757
Yxy57.99810.26820.3669
Hunter Lab76.1565-33.91378.4074
CIE-Lab80.7377-34.95474.9659

#7adabe color RGB value is (122,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 10111110
Octal 172 332 276
Decimal 122 218 190
Hex 7A DA BE

RGB Percentages of Color #7adabe

%23.02
%41.13
%35.85

CMYK Percentages of Color #7adabe

%44
%0
%13
%15

Triadic Colors of #7adabe

#7adabe #be7ada #dabe7a

Analogous Colors of #7adabe

#7adabe #7ac6da #7ada8e

Monochromatic Colors of #7adabe

#7adabe

Complementary Color

#7adabe #da7a96

#7adabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adabe Color CSS Codes

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

#7adabe Text Font Color

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

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


#7adabe Background Color

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

This div background color is #7adabe


#7adabe Border Color

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

This div border color is #7adabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adabe


Comments

No comments written yet.

Please login to write comment.