Color Hex Logo

#7ad0ca Color Hex

#7AD0CA
(122,208,202)
0 Favorites   0 Comments

Color spaces of #7ad0ca

RGB 122208202
HSL0.490.480.65
HSV176°41°82°
CMYK 0.410.000.03   0.18
XYZ41.242653.513664.0326
Yxy53.51360.25970.3370
Hunter Lab73.1530-27.3820-0.6909
CIE-Lab78.1773-27.4016-5.1880

#7ad0ca color RGB value is (122,208,202).

#7ad0ca hex color red value is 122, green value is 208 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7ad0ca hue: 0.49 , saturation: 0.48 and the lightness value of 7ad0ca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010000 11001010
Octal 172 320 312
Decimal 122 208 202
Hex 7A D0 CA

RGB Percentages of Color #7ad0ca

%22.93
%39.10
%37.97

CMYK Percentages of Color #7ad0ca

%41
%0
%3
%18

Triadic Colors of #7ad0ca

#7ad0ca #ca7ad0 #d0ca7a

Analogous Colors of #7ad0ca

#7ad0ca #7aabd0 #7ad09f

Monochromatic Colors of #7ad0ca

#7ad0ca

Complementary Color

#7ad0ca #d07a80

#7ad0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad0ca Color CSS Codes

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

#7ad0ca Text Font Color

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

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


#7ad0ca Background Color

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

This div background color is #7ad0ca


#7ad0ca Border Color

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

This div border color is #7ad0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad0ca


Comments

No comments written yet.

Please login to write comment.