Color Hex Logo

#7adade Color Hex

#7ADADE
(122,218,222)
0 Favorites   0 Comments

Color spaces of #7adade

RGB 122218222
HSL0.510.600.67
HSV182°45°87°
CMYK 0.450.020.00   0.13
XYZ46.282359.554378.1630
Yxy59.55430.25150.3237
Hunter Lab77.1714-27.9976-6.0318
CIE-Lab81.5953-27.3047-10.8108

#7adade color RGB value is (122,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 11011110
Octal 172 332 336
Decimal 122 218 222
Hex 7A DA DE

RGB Percentages of Color #7adade

%21.71
%38.79
%39.50

CMYK Percentages of Color #7adade

%45
%2
%0
%13

Triadic Colors of #7adade

#7adade #de7ada #dade7a

Analogous Colors of #7adade

#7adade #7aa8de #7adeb0

Monochromatic Colors of #7adade

#7adade

Complementary Color

#7adade #de7e7a

#7adade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adade Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adade Color CSS Codes

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

#7adade Text Font Color

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

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


#7adade Background Color

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

This div background color is #7adade


#7adade Border Color

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

This div border color is #7adade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adade


Comments

No comments written yet.

Please login to write comment.