Color Hex Logo

#7adacd Color Hex

#7ADACD
(122,218,205)
0 Favorites   0 Comments

Color spaces of #7adacd

RGB 122218205
HSL0.480.560.67
HSV172°44°85°
CMYK 0.440.000.06   0.15
XYZ44.116958.688266.7604
Yxy58.68820.26020.3461
Hunter Lab76.6082-31.27041.9574
CIE-Lab81.1199-31.4885-2.4608

#7adacd color RGB value is (122,218,205).

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

The process color (four color CMYK) of #7adacd color hex is 0.44, 0.00, 0.06, 0.15. Web safe color of #7adacd is #66cccc. Color #7adacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 11001101
Octal 172 332 315
Decimal 122 218 205
Hex 7A DA CD

RGB Percentages of Color #7adacd

%22.39
%40.00
%37.61

CMYK Percentages of Color #7adacd

%44
%0
%6
%15

Triadic Colors of #7adacd

#7adacd #cd7ada #dacd7a

Analogous Colors of #7adacd

#7adacd #7ab7da #7ada9d

Monochromatic Colors of #7adacd

#7adacd

Complementary Color

#7adacd #da7a87

#7adacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adacd Color CSS Codes

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

#7adacd Text Font Color

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

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


#7adacd Background Color

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

This div background color is #7adacd


#7adacd Border Color

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

This div border color is #7adacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adacd


Comments

No comments written yet.

Please login to write comment.