Color Hex Logo

#7addd7 Color Hex

#7ADDD7
(122,221,215)
0 Favorites   0 Comments

Color spaces of #7addd7

RGB 122221215
HSL0.490.590.67
HSV176°45°87°
CMYK 0.450.000.03   0.13
XYZ46.148260.756873.5849
Yxy60.75680.25570.3366
Hunter Lab77.9466-30.7260-1.4096
CIE-Lab82.2478-30.4975-6.1189

#7addd7 color RGB value is (122,221,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 11010111
Octal 172 335 327
Decimal 122 221 215
Hex 7A DD D7

RGB Percentages of Color #7addd7

%21.86
%39.61
%38.53

CMYK Percentages of Color #7addd7

%45
%0
%3
%13

Triadic Colors of #7addd7

#7addd7 #d77add #ddd77a

Analogous Colors of #7addd7

#7addd7 #7ab2dd #7adda6

Monochromatic Colors of #7addd7

#7addd7

Complementary Color

#7addd7 #dd7a80

#7addd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7addd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7addd7 Color CSS Codes

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

#7addd7 Text Font Color

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

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


#7addd7 Background Color

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

This div background color is #7addd7


#7addd7 Border Color

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

This div border color is #7addd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7addd7


Comments

No comments written yet.

Please login to write comment.