Color Hex Logo

#7aeaed Color Hex

#7AEAED
(122,234,237)
0 Favorites   0 Comments

Color spaces of #7aeaed

RGB 122234237
HSL0.500.760.70
HSV182°49°93°
CMYK 0.490.010.00   0.07
XYZ52.734969.097690.6785
Yxy69.09760.24820.3251
Hunter Lab83.1250-32.2274-6.4902
CIE-Lab86.5524-31.1798-11.3531

#7aeaed color RGB value is (122,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101010 11101101
Octal 172 352 355
Decimal 122 234 237
Hex 7A EA ED

RGB Percentages of Color #7aeaed

%20.57
%39.46
%39.97

CMYK Percentages of Color #7aeaed

%49
%1
%0
%7

Triadic Colors of #7aeaed

#7aeaed #ed7aea #eaed7a

Analogous Colors of #7aeaed

#7aeaed #7ab1ed #7aedb7

Monochromatic Colors of #7aeaed

#7aeaed

Complementary Color

#7aeaed #ed7d7a

#7aeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeaed Color CSS Codes

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

#7aeaed Text Font Color

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

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


#7aeaed Background Color

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

This div background color is #7aeaed


#7aeaed Border Color

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

This div border color is #7aeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeaed


Comments

No comments written yet.

Please login to write comment.