Color Hex Logo

#7ad9dc Color Hex

#7AD9DC
(122,217,220)
0 Favorites   0 Comments

Color spaces of #7ad9dc

RGB 122217220
HSL0.510.580.67
HSV182°45°86°
CMYK 0.450.010.00   0.14
XYZ45.757258.930676.6732
Yxy58.93060.25230.3249
Hunter Lab76.7663-27.9445-5.4817
CIE-Lab81.2534-27.3243-10.2552

#7ad9dc color RGB value is (122,217,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011001 11011100
Octal 172 331 334
Decimal 122 217 220
Hex 7A D9 DC

RGB Percentages of Color #7ad9dc

%21.82
%38.82
%39.36

CMYK Percentages of Color #7ad9dc

%45
%1
%0
%14

Triadic Colors of #7ad9dc

#7ad9dc #dc7ad9 #d9dc7a

Analogous Colors of #7ad9dc

#7ad9dc #7aa8dc #7adcae

Monochromatic Colors of #7ad9dc

#7ad9dc

Complementary Color

#7ad9dc #dc7d7a

#7ad9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad9dc Color CSS Codes

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

#7ad9dc Text Font Color

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

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


#7ad9dc Background Color

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

This div background color is #7ad9dc


#7ad9dc Border Color

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

This div border color is #7ad9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad9dc

#7ad9dc Color Palettes


Comments

No comments written yet.

Please login to write comment.