Color Hex Logo

#7aded2 Color Hex

#7ADED2
(122,222,210)
0 Favorites   0 Comments

Color spaces of #7aded2

RGB 122222210
HSL0.480.600.67
HSV173°45°87°
CMYK 0.450.000.05   0.13
XYZ45.780261.033370.3405
Yxy61.03330.25840.3445
Hunter Lab78.1238-32.11651.3036
CIE-Lab82.3966-32.1863-3.2440

#7aded2 color RGB value is (122,222,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011110 11010010
Octal 172 336 322
Decimal 122 222 210
Hex 7A DE D2

RGB Percentages of Color #7aded2

%22.02
%40.07
%37.91

CMYK Percentages of Color #7aded2

%45
%0
%5
%13

Triadic Colors of #7aded2

#7aded2 #d27ade #ded27a

Analogous Colors of #7aded2

#7aded2 #7ab8de #7adea0

Monochromatic Colors of #7aded2

#7aded2

Complementary Color

#7aded2 #de7a86

#7aded2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aded2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aded2 Color CSS Codes

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

#7aded2 Text Font Color

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

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


#7aded2 Background Color

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

This div background color is #7aded2


#7aded2 Border Color

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

This div border color is #7aded2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,222,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 #7aded2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aded2


Comments

No comments written yet.

Please login to write comment.