Color Hex Logo

#7ab6eb Color Hex

#7AB6EB
(122,182,235)
0 Favorites   0 Comments

Color spaces of #7ab6eb

RGB 122182235
HSL0.580.740.70
HSV208°48°92°
CMYK 0.480.230.00   0.08
XYZ39.749443.591684.9163
Yxy43.59160.23620.2591
Hunter Lab66.0239-8.0768-30.0387
CIE-Lab71.9547-5.2047-32.4483

#7ab6eb color RGB value is (122,182,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110110 11101011
Octal 172 266 353
Decimal 122 182 235
Hex 7A B6 EB

RGB Percentages of Color #7ab6eb

%22.63
%33.77
%43.60

CMYK Percentages of Color #7ab6eb

%48
%23
%0
%8

Triadic Colors of #7ab6eb

#7ab6eb #eb7ab6 #b6eb7a

Analogous Colors of #7ab6eb

#7ab6eb #7a7eeb #7aebe8

Monochromatic Colors of #7ab6eb

#7ab6eb

Complementary Color

#7ab6eb #ebaf7a

#7ab6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab6eb Color CSS Codes

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

#7ab6eb Text Font Color

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

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


#7ab6eb Background Color

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

This div background color is #7ab6eb


#7ab6eb Border Color

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

This div border color is #7ab6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab6eb


Comments

No comments written yet.

Please login to write comment.