Color Hex Logo

#7aded7 Color Hex

#7ADED7
(122,222,215)
0 Favorites   0 Comments

Color spaces of #7aded7

RGB 122222215
HSL0.490.600.67
HSV176°45°87°
CMYK 0.450.000.03   0.13
XYZ46.413161.286473.6732
Yxy61.28640.25590.3379
Hunter Lab78.2856-31.1728-0.9968
CIE-Lab82.5325-30.9739-5.6984

#7aded7 color RGB value is (122,222,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011110 11010111
Octal 172 336 327
Decimal 122 222 215
Hex 7A DE D7

RGB Percentages of Color #7aded7

%21.82
%39.71
%38.46

CMYK Percentages of Color #7aded7

%45
%0
%3
%13

Triadic Colors of #7aded7

#7aded7 #d77ade #ded77a

Analogous Colors of #7aded7

#7aded7 #7ab3de #7adea5

Monochromatic Colors of #7aded7

#7aded7

Complementary Color

#7aded7 #de7a81

#7aded7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aded7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aded7 Color CSS Codes

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

#7aded7 Text Font Color

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

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


#7aded7 Background Color

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

This div background color is #7aded7


#7aded7 Border Color

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

This div border color is #7aded7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aded7


Comments

No comments written yet.

Please login to write comment.