Color Hex Logo

#7aefec Color Hex

#7AEFEC
(122,239,236)
0 Favorites   0 Comments

Color spaces of #7aefec

RGB 122239236
HSL0.500.790.71
HSV178°49°94°
CMYK 0.490.000.01   0.06
XYZ54.032971.926790.3923
Yxy71.92670.24970.3325
Hunter Lab84.8096-34.6930-3.8261
CIE-Lab87.9333-33.7885-8.7740

#7aefec color RGB value is (122,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101111 11101100
Octal 172 357 354
Decimal 122 239 236
Hex 7A EF EC

RGB Percentages of Color #7aefec

%20.44
%40.03
%39.53

CMYK Percentages of Color #7aefec

%49
%0
%1
%6

Triadic Colors of #7aefec

#7aefec #ec7aef #efec7a

Analogous Colors of #7aefec

#7aefec #7ab8ef #7aefb2

Monochromatic Colors of #7aefec

#7aefec

Complementary Color

#7aefec #ef7a7d

#7aefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aefec Color CSS Codes

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

#7aefec Text Font Color

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

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


#7aefec Background Color

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

This div background color is #7aefec


#7aefec Border Color

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

This div border color is #7aefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aefec


Comments

No comments written yet.

Please login to write comment.