Color Hex Logo

#7aaeeb Color Hex

#7AAEEB
(122,174,235)
0 Favorites   0 Comments

Color spaces of #7aaeeb

RGB 122174235
HSL0.590.740.70
HSV212°48°92°
CMYK 0.480.260.00   0.08
XYZ38.157540.407884.3856
Yxy40.40780.23420.2480
Hunter Lab63.5671-4.0941-34.2107
CIE-Lab69.7590-0.8003-35.8496

#7aaeeb color RGB value is (122,174,235).

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

The process color (four color CMYK) of #7aaeeb color hex is 0.48, 0.26, 0.00, 0.08. Web safe color of #7aaeeb is #6699ff. Color #7aaeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 11101011
Octal 172 256 353
Decimal 122 174 235
Hex 7A AE EB

RGB Percentages of Color #7aaeeb

%22.98
%32.77
%44.26

CMYK Percentages of Color #7aaeeb

%48
%26
%0
%8

Triadic Colors of #7aaeeb

#7aaeeb #eb7aae #aeeb7a

Analogous Colors of #7aaeeb

#7aaeeb #7f7aeb #7ae7eb

Monochromatic Colors of #7aaeeb

#7aaeeb

Complementary Color

#7aaeeb #ebb77a

#7aaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaeeb Color CSS Codes

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

#7aaeeb Text Font Color

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

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


#7aaeeb Background Color

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

This div background color is #7aaeeb


#7aaeeb Border Color

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

This div border color is #7aaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaeeb


Comments

No comments written yet.

Please login to write comment.