Color Hex Logo

#7aedcd Color Hex

#7AEDCD
(122,237,205)
0 Favorites   0 Comments

Color spaces of #7aedcd

RGB 122237205
HSL0.450.760.70
HSV163°49°93°
CMYK 0.490.000.14   0.07
XYZ49.329769.113768.4979
Yxy69.11370.26390.3697
Hunter Lab83.1346-39.56899.3429
CIE-Lab86.5603-40.25485.4578

#7aedcd color RGB value is (122,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101101 11001101
Octal 172 355 315
Decimal 122 237 205
Hex 7A ED CD

RGB Percentages of Color #7aedcd

%21.63
%42.02
%36.35

CMYK Percentages of Color #7aedcd

%49
%0
%14
%7

Triadic Colors of #7aedcd

#7aedcd #cd7aed #edcd7a

Analogous Colors of #7aedcd

#7aedcd #7ad4ed #7aed94

Monochromatic Colors of #7aedcd

#7aedcd

Complementary Color

#7aedcd #ed7a9a

#7aedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aedcd Color CSS Codes

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

#7aedcd Text Font Color

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

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


#7aedcd Background Color

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

This div background color is #7aedcd


#7aedcd Border Color

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

This div border color is #7aedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aedcd


Comments

No comments written yet.

Please login to write comment.