Color Hex Logo

#7aafeb Color Hex

#7AAFEB
(122,175,235)
0 Favorites   0 Comments

Color spaces of #7aafeb

RGB 122175235
HSL0.590.740.70
HSV212°48°92°
CMYK 0.480.260.00   0.08
XYZ38.351440.795784.4503
Yxy40.79570.23440.2494
Hunter Lab63.8715-4.5955-33.6826
CIE-Lab70.0325-1.3556-35.4249

#7aafeb color RGB value is (122,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101111 11101011
Octal 172 257 353
Decimal 122 175 235
Hex 7A AF EB

RGB Percentages of Color #7aafeb

%22.93
%32.89
%44.17

CMYK Percentages of Color #7aafeb

%48
%26
%0
%8

Triadic Colors of #7aafeb

#7aafeb #eb7aaf #afeb7a

Analogous Colors of #7aafeb

#7aafeb #7e7aeb #7ae8eb

Monochromatic Colors of #7aafeb

#7aafeb

Complementary Color

#7aafeb #ebb67a

#7aafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aafeb Color CSS Codes

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

#7aafeb Text Font Color

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

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


#7aafeb Background Color

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

This div background color is #7aafeb


#7aafeb Border Color

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

This div border color is #7aafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aafeb


Comments

No comments written yet.

Please login to write comment.