Color Hex Logo

#7aefdc Color Hex

#7AEFDC
(122,239,220)
0 Favorites   0 Comments

Color spaces of #7aefdc

RGB 122239220
HSL0.470.790.71
HSV170°49°94°
CMYK 0.490.000.08   0.06
XYZ51.810871.037978.6911
Yxy71.03790.25710.3525
Hunter Lab84.2840-37.77003.6431
CIE-Lab87.5034-37.6932-1.0268

#7aefdc color RGB value is (122,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101111 11011100
Octal 172 357 334
Decimal 122 239 220
Hex 7A EF DC

RGB Percentages of Color #7aefdc

%21.00
%41.14
%37.87

CMYK Percentages of Color #7aefdc

%49
%0
%8
%6

Triadic Colors of #7aefdc

#7aefdc #dc7aef #efdc7a

Analogous Colors of #7aefdc

#7aefdc #7ac8ef #7aefa2

Monochromatic Colors of #7aefdc

#7aefdc

Complementary Color

#7aefdc #ef7a8d

#7aefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aefdc Color CSS Codes

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

#7aefdc Text Font Color

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

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


#7aefdc Background Color

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

This div background color is #7aefdc


#7aefdc Border Color

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

This div border color is #7aefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aefdc


Comments

No comments written yet.

Please login to write comment.