Color Hex Logo

#7adad2 Color Hex

#7ADAD2
(122,218,210)
0 Favorites   0 Comments

Color spaces of #7adad2

RGB 122218210
HSL0.490.560.67
HSV175°44°85°
CMYK 0.440.000.04   0.15
XYZ44.730358.933569.9905
Yxy58.93350.25760.3394
Hunter Lab76.7682-30.3382-0.3177
CIE-Lab81.2550-30.2849-4.9251

#7adad2 color RGB value is (122,218,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 11010010
Octal 172 332 322
Decimal 122 218 210
Hex 7A DA D2

RGB Percentages of Color #7adad2

%22.18
%39.64
%38.18

CMYK Percentages of Color #7adad2

%44
%0
%4
%15

Triadic Colors of #7adad2

#7adad2 #d27ada #dad27a

Analogous Colors of #7adad2

#7adad2 #7ab2da #7adaa2

Monochromatic Colors of #7adad2

#7adad2

Complementary Color

#7adad2 #da7a82

#7adad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adad2 Color CSS Codes

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

#7adad2 Text Font Color

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

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


#7adad2 Background Color

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

This div background color is #7adad2


#7adad2 Border Color

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

This div border color is #7adad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adad2


Comments

No comments written yet.

Please login to write comment.