Color Hex Logo

#7adeeb Color Hex

#7ADEEB
(122,222,235)
0 Favorites   0 Comments

Color spaces of #7adeeb

RGB 122222235
HSL0.520.740.70
HSV187°48°92°
CMYK 0.480.060.00   0.08
XYZ49.142762.378388.0474
Yxy62.37830.24620.3126
Hunter Lab78.9799-27.1491-10.8110
CIE-Lab83.1142-25.9092-15.4432

#7adeeb color RGB value is (122,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011110 11101011
Octal 172 336 353
Decimal 122 222 235
Hex 7A DE EB

RGB Percentages of Color #7adeeb

%21.07
%38.34
%40.59

CMYK Percentages of Color #7adeeb

%48
%6
%0
%8

Triadic Colors of #7adeeb

#7adeeb #eb7ade #deeb7a

Analogous Colors of #7adeeb

#7adeeb #7aa6eb #7aebc0

Monochromatic Colors of #7adeeb

#7adeeb

Complementary Color

#7adeeb #eb877a

#7adeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adeeb Color CSS Codes

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

#7adeeb Text Font Color

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

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


#7adeeb Background Color

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

This div background color is #7adeeb


#7adeeb Border Color

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

This div border color is #7adeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adeeb


Comments

No comments written yet.

Please login to write comment.