Color Hex Logo

#7af0cd Color Hex

#7AF0CD
(122,240,205)
0 Favorites   0 Comments

Color spaces of #7af0cd

RGB 122240205
HSL0.450.800.71
HSV162°49°94°
CMYK 0.490.000.15   0.06
XYZ50.205670.865568.7899
Yxy70.86550.26440.3732
Hunter Lab84.1816-40.861210.4777
CIE-Lab87.4196-41.59446.6962

#7af0cd color RGB value is (122,240,205).

#7af0cd hex color red value is 122, green value is 240 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7af0cd hue: 0.45 , saturation: 0.80 and the lightness value of 7af0cd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11110000 11001101
Octal 172 360 315
Decimal 122 240 205
Hex 7A F0 CD

RGB Percentages of Color #7af0cd

%21.52
%42.33
%36.16

CMYK Percentages of Color #7af0cd

%49
%0
%15
%6

Triadic Colors of #7af0cd

#7af0cd #cd7af0 #f0cd7a

Analogous Colors of #7af0cd

#7af0cd #7ad8f0 #7af092

Monochromatic Colors of #7af0cd

#7af0cd

Complementary Color

#7af0cd #f07a9d

#7af0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7af0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7af0cd Color CSS Codes

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

#7af0cd Text Font Color

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

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


#7af0cd Background Color

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

This div background color is #7af0cd


#7af0cd Border Color

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

This div border color is #7af0cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,240,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 #7af0cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7af0cd


Comments

No comments written yet.

Please login to write comment.