Color Hex Logo

#7ab7bd Color Hex

#7AB7BD
(122,183,189)
0 Favorites   0 Comments

Color spaces of #7ab7bd

RGB 122183189
HSL0.510.340.61
HSV185°35°74°
CMYK 0.350.030.00   0.26
XYZ34.144841.678754.3893
Yxy41.67870.26220.3201
Hunter Lab64.5590-18.5710-4.7589
CIE-Lab70.6488-18.0471-9.2948

#7ab7bd color RGB value is (122,183,189).

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

The process color (four color CMYK) of #7ab7bd color hex is 0.35, 0.03, 0.00, 0.26. Web safe color of #7ab7bd is #66cccc. Color #7ab7bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110111 10111101
Octal 172 267 275
Decimal 122 183 189
Hex 7A B7 BD

RGB Percentages of Color #7ab7bd

%24.70
%37.04
%38.26

CMYK Percentages of Color #7ab7bd

%35
%3
%0
%26

Triadic Colors of #7ab7bd

#7ab7bd #bd7ab7 #b7bd7a

Analogous Colors of #7ab7bd

#7ab7bd #7a96bd #7abda2

Monochromatic Colors of #7ab7bd

#7ab7bd

Complementary Color

#7ab7bd #bd807a

#7ab7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab7bd Color CSS Codes

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

#7ab7bd Text Font Color

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

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


#7ab7bd Background Color

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

This div background color is #7ab7bd


#7ab7bd Border Color

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

This div border color is #7ab7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab7bd


Comments

No comments written yet.

Please login to write comment.