Color Hex Logo

#7aedec Color Hex

#7AEDEC
(122,237,236)
0 Favorites   0 Comments

Color spaces of #7aedec

RGB 122237236
HSL0.500.760.70
HSV179°49°93°
CMYK 0.490.000.00   0.07
XYZ53.450570.762190.1982
Yxy70.76210.24930.3300
Hunter Lab84.1202-33.7904-4.6898
CIE-Lab87.3693-32.8510-9.6118

#7aedec color RGB value is (122,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101101 11101100
Octal 172 355 354
Decimal 122 237 236
Hex 7A ED EC

RGB Percentages of Color #7aedec

%20.50
%39.83
%39.66

CMYK Percentages of Color #7aedec

%49
%0
%0
%7

Triadic Colors of #7aedec

#7aedec #ec7aed #edec7a

Analogous Colors of #7aedec

#7aedec #7ab5ed #7aedb3

Monochromatic Colors of #7aedec

#7aedec

Complementary Color

#7aedec #ed7a7b

#7aedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aedec Color CSS Codes

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

#7aedec Text Font Color

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

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


#7aedec Background Color

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

This div background color is #7aedec


#7aedec Border Color

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

This div border color is #7aedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aedec


Comments

No comments written yet.

Please login to write comment.