Color Hex Logo

#7aecdc Color Hex

#7AECDC
(122,236,220)
0 Favorites   0 Comments

Color spaces of #7aecdc

RGB 122236220
HSL0.480.750.70
HSV172°48°93°
CMYK 0.480.000.07   0.07
XYZ50.939869.295878.4008
Yxy69.29580.25640.3489
Hunter Lab83.2441-36.44722.4305
CIE-Lab86.6503-36.3178-2.2767

#7aecdc color RGB value is (122,236,220).

#7aecdc hex color red value is 122, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7aecdc hue: 0.48 , saturation: 0.75 and the lightness value of 7aecdc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101100 11011100
Octal 172 354 334
Decimal 122 236 220
Hex 7A EC DC

RGB Percentages of Color #7aecdc

%21.11
%40.83
%38.06

CMYK Percentages of Color #7aecdc

%48
%0
%7
%7

Triadic Colors of #7aecdc

#7aecdc #dc7aec #ecdc7a

Analogous Colors of #7aecdc

#7aecdc #7ac3ec #7aeca3

Monochromatic Colors of #7aecdc

#7aecdc

Complementary Color

#7aecdc #ec7a8a

#7aecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aecdc Color CSS Codes

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

#7aecdc Text Font Color

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

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


#7aecdc Background Color

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

This div background color is #7aecdc


#7aecdc Border Color

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

This div border color is #7aecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aecdc


Comments

No comments written yet.

Please login to write comment.