Color Hex Logo

#7aefd4 Color Hex

#7AEFD4
(122,239,212)
0 Favorites   0 Comments

Color spaces of #7aefd4

RGB 122239212
HSL0.460.790.71
HSV166°49°94°
CMYK 0.490.000.11   0.06
XYZ50.776270.624073.2430
Yxy70.62400.26090.3628
Hunter Lab84.0381-39.21617.1527
CIE-Lab87.3020-39.56202.8674

#7aefd4 color RGB value is (122,239,212).

#7aefd4 hex color red value is 122, green value is 239 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #7aefd4 hue: 0.46 , saturation: 0.79 and the lightness value of 7aefd4 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101111 11010100
Octal 172 357 324
Decimal 122 239 212
Hex 7A EF D4

RGB Percentages of Color #7aefd4

%21.29
%41.71
%37.00

CMYK Percentages of Color #7aefd4

%49
%0
%11
%6

Triadic Colors of #7aefd4

#7aefd4 #d47aef #efd47a

Analogous Colors of #7aefd4

#7aefd4 #7ad0ef #7aef9a

Monochromatic Colors of #7aefd4

#7aefd4

Complementary Color

#7aefd4 #ef7a95

#7aefd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aefd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aefd4 Color CSS Codes

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

#7aefd4 Text Font Color

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

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


#7aefd4 Background Color

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

This div background color is #7aefd4


#7aefd4 Border Color

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

This div border color is #7aefd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aefd4


Comments

No comments written yet.

Please login to write comment.