Color Hex Logo

#7adaed Color Hex

#7ADAED
(122,218,237)
0 Favorites   0 Comments

Color spaces of #7adaed

RGB 122218237
HSL0.530.760.70
HSV190°49°93°
CMYK 0.490.080.00   0.07
XYZ48.383560.394889.2280
Yxy60.39480.24440.3050
Hunter Lab77.7141-24.8685-13.6744
CIE-Lab82.0523-23.4095-18.1031

#7adaed color RGB value is (122,218,237).

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

The process color (four color CMYK) of #7adaed color hex is 0.49, 0.08, 0.00, 0.07. Web safe color of #7adaed is #66ccff. Color #7adaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 11101101
Octal 172 332 355
Decimal 122 218 237
Hex 7A DA ED

RGB Percentages of Color #7adaed

%21.14
%37.78
%41.07

CMYK Percentages of Color #7adaed

%49
%8
%0
%7

Triadic Colors of #7adaed

#7adaed #ed7ada #daed7a

Analogous Colors of #7adaed

#7adaed #7aa1ed #7aedc7

Monochromatic Colors of #7adaed

#7adaed

Complementary Color

#7adaed #ed8d7a

#7adaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adaed Color CSS Codes

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

#7adaed Text Font Color

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

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


#7adaed Background Color

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

This div background color is #7adaed


#7adaed Border Color

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

This div border color is #7adaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adaed


Comments

No comments written yet.

Please login to write comment.