Color Hex Logo

#7adeee Color Hex

#7ADEEE
(122,222,238)
0 Favorites   0 Comments

Color spaces of #7adeee

RGB 122222238
HSL0.520.770.71
HSV188°49°93°
CMYK 0.490.070.00   0.07
XYZ49.579962.553290.3498
Yxy62.55320.24490.3089
Hunter Lab79.0906-26.5113-12.3670
CIE-Lab83.2067-25.1216-16.8938

#7adeee color RGB value is (122,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011110 11101110
Octal 172 336 356
Decimal 122 222 238
Hex 7A DE EE

RGB Percentages of Color #7adeee

%20.96
%38.14
%40.89

CMYK Percentages of Color #7adeee

%49
%7
%0
%7

Triadic Colors of #7adeee

#7adeee #ee7ade #deee7a

Analogous Colors of #7adeee

#7adeee #7aa4ee #7aeec4

Monochromatic Colors of #7adeee

#7adeee

Complementary Color

#7adeee #ee8a7a

#7adeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adeee Color CSS Codes

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

#7adeee Text Font Color

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

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


#7adeee Background Color

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

This div background color is #7adeee


#7adeee Border Color

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

This div border color is #7adeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adeee


Comments

No comments written yet.

Please login to write comment.