Color Hex Logo

#7aecdd Color Hex

#7AECDD
(122,236,221)
0 Favorites   0 Comments

Color spaces of #7aecdd

RGB 122236221
HSL0.480.750.70
HSV172°48°93°
CMYK 0.480.000.06   0.07
XYZ51.072669.348979.1005
Yxy69.34890.25600.3476
Hunter Lab83.2760-36.26011.9760
CIE-Lab86.6765-36.0781-2.7632

#7aecdd color RGB value is (122,236,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101100 11011101
Octal 172 354 335
Decimal 122 236 221
Hex 7A EC DD

RGB Percentages of Color #7aecdd

%21.07
%40.76
%38.17

CMYK Percentages of Color #7aecdd

%48
%0
%6
%7

Triadic Colors of #7aecdd

#7aecdd #dd7aec #ecdd7a

Analogous Colors of #7aecdd

#7aecdd #7ac2ec #7aeca4

Monochromatic Colors of #7aecdd

#7aecdd

Complementary Color

#7aecdd #ec7a89

#7aecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aecdd Color CSS Codes

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

#7aecdd Text Font Color

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

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


#7aecdd Background Color

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

This div background color is #7aecdd


#7aecdd Border Color

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

This div border color is #7aecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aecdd


Comments

No comments written yet.

Please login to write comment.