Color Hex Logo

#7ab4eb Color Hex

#7AB4EB
(122,180,235)
0 Favorites   0 Comments

Color spaces of #7ab4eb

RGB 122180235
HSL0.580.740.70
HSV209°48°92°
CMYK 0.480.230.00   0.08
XYZ39.342742.778284.7807
Yxy42.77820.23570.2563
Hunter Lab65.4050-7.0868-31.0706
CIE-Lab71.4042-4.1115-33.2994

#7ab4eb color RGB value is (122,180,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110100 11101011
Octal 172 264 353
Decimal 122 180 235
Hex 7A B4 EB

RGB Percentages of Color #7ab4eb

%22.72
%33.52
%43.76

CMYK Percentages of Color #7ab4eb

%48
%23
%0
%8

Triadic Colors of #7ab4eb

#7ab4eb #eb7ab4 #b4eb7a

Analogous Colors of #7ab4eb

#7ab4eb #7a7ceb #7aebea

Monochromatic Colors of #7ab4eb

#7ab4eb

Complementary Color

#7ab4eb #ebb17a

#7ab4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab4eb Color CSS Codes

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

#7ab4eb Text Font Color

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

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


#7ab4eb Background Color

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

This div background color is #7ab4eb


#7ab4eb Border Color

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

This div border color is #7ab4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab4eb


Comments

No comments written yet.

Please login to write comment.