Color Hex Logo

#7ad3cf Color Hex

#7AD3CF
(122,211,207)
0 Favorites   0 Comments

Color spaces of #7ad3cf

RGB 122211207
HSL0.490.500.65
HSV177°42°83°
CMYK 0.420.000.02   0.17
XYZ42.582855.231167.4478
Yxy55.23110.25770.3342
Hunter Lab74.3176-27.7782-1.7870
CIE-Lab79.1742-27.6421-6.3967

#7ad3cf color RGB value is (122,211,207).

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

The process color (four color CMYK) of #7ad3cf color hex is 0.42, 0.00, 0.02, 0.17. Web safe color of #7ad3cf is #66cccc. Color #7ad3cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010011 11001111
Octal 172 323 317
Decimal 122 211 207
Hex 7A D3 CF

RGB Percentages of Color #7ad3cf

%22.59
%39.07
%38.33

CMYK Percentages of Color #7ad3cf

%42
%0
%2
%17

Triadic Colors of #7ad3cf

#7ad3cf #cf7ad3 #d3cf7a

Analogous Colors of #7ad3cf

#7ad3cf #7aabd3 #7ad3a3

Monochromatic Colors of #7ad3cf

#7ad3cf

Complementary Color

#7ad3cf #d37a7e

#7ad3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad3cf Color CSS Codes

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

#7ad3cf Text Font Color

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

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


#7ad3cf Background Color

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

This div background color is #7ad3cf


#7ad3cf Border Color

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

This div border color is #7ad3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad3cf


Comments

No comments written yet.

Please login to write comment.