Color Hex Logo

#7aedce Color Hex

#7AEDCE
(122,237,206)
0 Favorites   0 Comments

Color spaces of #7aedce

RGB 122237206
HSL0.460.760.70
HSV164°49°93°
CMYK 0.490.000.13   0.07
XYZ49.450869.162269.1358
Yxy69.16220.26340.3684
Hunter Lab83.1638-39.39718.9257
CIE-Lab86.5843-40.02974.9688

#7aedce color RGB value is (122,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101101 11001110
Octal 172 355 316
Decimal 122 237 206
Hex 7A ED CE

RGB Percentages of Color #7aedce

%21.59
%41.95
%36.46

CMYK Percentages of Color #7aedce

%49
%0
%13
%7

Triadic Colors of #7aedce

#7aedce #ce7aed #edce7a

Analogous Colors of #7aedce

#7aedce #7ad3ed #7aed95

Monochromatic Colors of #7aedce

#7aedce

Complementary Color

#7aedce #ed7a99

#7aedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aedce Color CSS Codes

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

#7aedce Text Font Color

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

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


#7aedce Background Color

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

This div background color is #7aedce


#7aedce Border Color

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

This div border color is #7aedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aedce


Comments

No comments written yet.

Please login to write comment.