Color Hex Logo

#7ababe Color Hex

#7ABABE
(122,186,190)
0 Favorites   0 Comments

Color spaces of #7ababe

RGB 122186190
HSL0.510.340.61
HSV184°36°75°
CMYK 0.360.020.00   0.25
XYZ34.879242.973155.1715
Yxy42.97310.26220.3230
Hunter Lab65.5539-19.7449-4.0120
CIE-Lab71.5367-19.3439-8.5211

#7ababe color RGB value is (122,186,190).

#7ababe hex color red value is 122, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7ababe hue: 0.51 , saturation: 0.34 and the lightness value of 7ababe is 0.61.

The process color (four color CMYK) of #7ababe color hex is 0.36, 0.02, 0.00, 0.25. Web safe color of #7ababe is #66cccc. Color #7ababe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 10111110
Octal 172 272 276
Decimal 122 186 190
Hex 7A BA BE

RGB Percentages of Color #7ababe

%24.50
%37.35
%38.15

CMYK Percentages of Color #7ababe

%36
%2
%0
%25

Triadic Colors of #7ababe

#7ababe #be7aba #babe7a

Analogous Colors of #7ababe

#7ababe #7a98be #7abea0

Monochromatic Colors of #7ababe

#7ababe

Complementary Color

#7ababe #be7e7a

#7ababe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ababe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ababe Color CSS Codes

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

#7ababe Text Font Color

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

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


#7ababe Background Color

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

This div background color is #7ababe


#7ababe Border Color

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

This div border color is #7ababe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ababe


Comments

No comments written yet.

Please login to write comment.