Color Hex Logo

#7aeeca Color Hex

#7AEECA
(122,238,202)
0 Favorites   0 Comments

Color spaces of #7aeeca

RGB 122238202
HSL0.450.770.71
HSV161°49°93°
CMYK 0.490.000.15   0.07
XYZ49.261269.550966.7054
Yxy69.55090.26550.3749
Hunter Lab83.3972-40.508410.9548
CIE-Lab86.7761-41.37117.3379

#7aeeca color RGB value is (122,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 11001010
Octal 172 356 312
Decimal 122 238 202
Hex 7A EE CA

RGB Percentages of Color #7aeeca

%21.71
%42.35
%35.94

CMYK Percentages of Color #7aeeca

%49
%0
%15
%7

Triadic Colors of #7aeeca

#7aeeca #ca7aee #eeca7a

Analogous Colors of #7aeeca

#7aeeca #7ad8ee #7aee90

Monochromatic Colors of #7aeeca

#7aeeca

Complementary Color

#7aeeca #ee7a9e

#7aeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeeca Color CSS Codes

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

#7aeeca Text Font Color

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

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


#7aeeca Background Color

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

This div background color is #7aeeca


#7aeeca Border Color

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

This div border color is #7aeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeeca


Comments

No comments written yet.

Please login to write comment.