Color Hex Logo

#7babaf Color Hex

#7BABAF
(123,171,175)
0 Favorites   0 Comments

Color spaces of #7babaf

RGB 123171175
HSL0.510.250.58
HSV185°30°69°
CMYK 0.300.020.00   0.31
XYZ30.469236.431945.9836
Yxy36.43190.26990.3227
Hunter Lab60.3588-15.5210-2.9181
CIE-Lab66.8486-14.9080-7.2104

#7babaf color RGB value is (123,171,175).

#7babaf hex color red value is 123, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7babaf hue: 0.51 , saturation: 0.25 and the lightness value of 7babaf is 0.58.

The process color (four color CMYK) of #7babaf color hex is 0.30, 0.02, 0.00, 0.31. Web safe color of #7babaf is #669999. Color #7babaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 10101111
Octal 173 253 257
Decimal 123 171 175
Hex 7B AB AF

RGB Percentages of Color #7babaf

%26.23
%36.46
%37.31

CMYK Percentages of Color #7babaf

%30
%2
%0
%31

Triadic Colors of #7babaf

#7babaf #af7bab #abaf7b

Analogous Colors of #7babaf

#7babaf #7b91af #7baf99

Monochromatic Colors of #7babaf

#7babaf

Complementary Color

#7babaf #af7f7b

#7babaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babaf Color CSS Codes

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

#7babaf Text Font Color

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

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


#7babaf Background Color

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

This div background color is #7babaf


#7babaf Border Color

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

This div border color is #7babaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,171,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babaf


Comments

No comments written yet.

Please login to write comment.