Color Hex Logo

#7adaef Color Hex

#7ADAEF
(122,218,239)
0 Favorites   0 Comments

Color spaces of #7adaef

RGB 122218239
HSL0.530.790.71
HSV191°49°94°
CMYK 0.490.090.00   0.06
XYZ48.677460.512490.7758
Yxy60.51240.24340.3026
Hunter Lab77.7897-24.4345-14.7350
CIE-Lab82.1159-22.8769-19.0695

#7adaef color RGB value is (122,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 11101111
Octal 172 332 357
Decimal 122 218 239
Hex 7A DA EF

RGB Percentages of Color #7adaef

%21.07
%37.65
%41.28

CMYK Percentages of Color #7adaef

%49
%9
%0
%6

Triadic Colors of #7adaef

#7adaef #ef7ada #daef7a

Analogous Colors of #7adaef

#7adaef #7aa0ef #7aefca

Monochromatic Colors of #7adaef

#7adaef

Complementary Color

#7adaef #ef8f7a

#7adaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adaef Color CSS Codes

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

#7adaef Text Font Color

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

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


#7adaef Background Color

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

This div background color is #7adaef


#7adaef Border Color

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

This div border color is #7adaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adaef


Comments

No comments written yet.

Please login to write comment.