Color Hex Logo

#7adedd Color Hex

#7ADEDD
(122,222,221)
0 Favorites   0 Comments

Color spaces of #7adedd

RGB 122222221
HSL0.500.600.67
HSV179°45°87°
CMYK 0.450.000.00   0.13
XYZ47.198561.600677.8091
Yxy61.60060.25290.3301
Hunter Lab78.4860-30.0075-3.8384
CIE-Lab82.7006-29.4899-8.6345

#7adedd color RGB value is (122,222,221).

#7adedd hex color red value is 122, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7adedd hue: 0.50 , saturation: 0.60 and the lightness value of 7adedd is 0.67.

The process color (four color CMYK) of #7adedd color hex is 0.45, 0.00, 0.00, 0.13. Web safe color of #7adedd is #66cccc. Color #7adedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011110 11011101
Octal 172 336 335
Decimal 122 222 221
Hex 7A DE DD

RGB Percentages of Color #7adedd

%21.59
%39.29
%39.12

CMYK Percentages of Color #7adedd

%45
%0
%0
%13

Triadic Colors of #7adedd

#7adedd #dd7ade #dedd7a

Analogous Colors of #7adedd

#7adedd #7aadde #7adeab

Monochromatic Colors of #7adedd

#7adedd

Complementary Color

#7adedd #de7a7b

#7adedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adedd Color CSS Codes

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

#7adedd Text Font Color

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

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


#7adedd Background Color

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

This div background color is #7adedd


#7adedd Border Color

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

This div border color is #7adedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adedd


Comments

No comments written yet.

Please login to write comment.