Color Hex Logo

#7aeece Color Hex

#7AEECE
(122,238,206)
0 Favorites   0 Comments

Color spaces of #7aeece

RGB 122238206
HSL0.450.770.71
HSV163°49°93°
CMYK 0.490.000.13   0.07
XYZ49.741269.742969.2326
Yxy69.74290.26360.3696
Hunter Lab83.5122-39.82899.3064
CIE-Lab86.8706-40.47815.3822

#7aeece color RGB value is (122,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 11001110
Octal 172 356 316
Decimal 122 238 206
Hex 7A EE CE

RGB Percentages of Color #7aeece

%21.55
%42.05
%36.40

CMYK Percentages of Color #7aeece

%49
%0
%13
%7

Triadic Colors of #7aeece

#7aeece #ce7aee #eece7a

Analogous Colors of #7aeece

#7aeece #7ad4ee #7aee94

Monochromatic Colors of #7aeece

#7aeece

Complementary Color

#7aeece #ee7a9a

#7aeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeece Color CSS Codes

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

#7aeece Text Font Color

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

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


#7aeece Background Color

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

This div background color is #7aeece


#7aeece Border Color

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

This div border color is #7aeece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeece


Comments

No comments written yet.

Please login to write comment.