Color Hex Logo

#7adadd Color Hex

#7ADADD
(122,218,221)
0 Favorites   0 Comments

Color spaces of #7adadd

RGB 122218221
HSL0.510.590.67
HSV182°45°87°
CMYK 0.450.010.00   0.13
XYZ46.148659.500877.4591
Yxy59.50080.25200.3249
Hunter Lab77.1368-28.1982-5.5420
CIE-Lab81.5661-27.5578-10.3220

#7adadd color RGB value is (122,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 11011101
Octal 172 332 335
Decimal 122 218 221
Hex 7A DA DD

RGB Percentages of Color #7adadd

%21.75
%38.86
%39.39

CMYK Percentages of Color #7adadd

%45
%1
%0
%13

Triadic Colors of #7adadd

#7adadd #dd7ada #dadd7a

Analogous Colors of #7adadd

#7adadd #7aa9dd #7addaf

Monochromatic Colors of #7adadd

#7adadd

Complementary Color

#7adadd #dd7d7a

#7adadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adadd Color CSS Codes

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

#7adadd Text Font Color

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

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


#7adadd Background Color

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

This div background color is #7adadd


#7adadd Border Color

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

This div border color is #7adadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adadd


Comments

No comments written yet.

Please login to write comment.