Color Hex Logo

#7aeeea Color Hex

#7AEEEA
(122,238,234)
0 Favorites   0 Comments

Color spaces of #7aeeea

RGB 122238234
HSL0.490.770.71
HSV178°49°93°
CMYK 0.490.000.02   0.07
XYZ53.451971.227288.7729
Yxy71.22720.25040.3337
Hunter Lab84.3962-34.6413-3.2874
CIE-Lab87.5953-33.8214-8.2276

#7aeeea color RGB value is (122,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 11101010
Octal 172 356 352
Decimal 122 238 234
Hex 7A EE EA

RGB Percentages of Color #7aeeea

%20.54
%40.07
%39.39

CMYK Percentages of Color #7aeeea

%49
%0
%2
%7

Triadic Colors of #7aeeea

#7aeeea #ea7aee #eeea7a

Analogous Colors of #7aeeea

#7aeeea #7ab8ee #7aeeb0

Monochromatic Colors of #7aeeea

#7aeeea

Complementary Color

#7aeeea #ee7a7e

#7aeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeeea Color CSS Codes

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

#7aeeea Text Font Color

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

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


#7aeeea Background Color

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

This div background color is #7aeeea


#7aeeea Border Color

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

This div border color is #7aeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeeea


Comments

No comments written yet.

Please login to write comment.