Color Hex Logo

#7adaee Color Hex

#7ADAEE
(122,218,238)
0 Favorites   0 Comments

Color spaces of #7adaee

RGB 122218238
HSL0.530.770.71
HSV190°49°93°
CMYK 0.490.080.00   0.07
XYZ48.530160.453489.9998
Yxy60.45340.24390.3038
Hunter Lab77.7518-24.6518-14.2035
CIE-Lab82.0840-23.1433-18.5866

#7adaee color RGB value is (122,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 11101110
Octal 172 332 356
Decimal 122 218 238
Hex 7A DA EE

RGB Percentages of Color #7adaee

%21.11
%37.72
%41.18

CMYK Percentages of Color #7adaee

%49
%8
%0
%7

Triadic Colors of #7adaee

#7adaee #ee7ada #daee7a

Analogous Colors of #7adaee

#7adaee #7aa0ee #7aeec8

Monochromatic Colors of #7adaee

#7adaee

Complementary Color

#7adaee #ee8e7a

#7adaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adaee Color CSS Codes

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

#7adaee Text Font Color

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

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


#7adaee Background Color

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

This div background color is #7adaee


#7adaee Border Color

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

This div border color is #7adaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adaee


Comments

No comments written yet.

Please login to write comment.