Color Hex Logo

#7ba8af Color Hex

#7BA8AF
(123,168,175)
0 Favorites   0 Comments

Color spaces of #7ba8af

RGB 123168175
HSL0.520.250.58
HSV188°30°69°
CMYK 0.300.040.00   0.31
XYZ29.908935.311445.7968
Yxy35.31140.26940.3181
Hunter Lab59.4234-14.1486-4.0976
CIE-Lab65.9904-13.3194-8.4867

#7ba8af color RGB value is (123,168,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101000 10101111
Octal 173 250 257
Decimal 123 168 175
Hex 7B A8 AF

RGB Percentages of Color #7ba8af

%26.39
%36.05
%37.55

CMYK Percentages of Color #7ba8af

%30
%4
%0
%31

Triadic Colors of #7ba8af

#7ba8af #af7ba8 #a8af7b

Analogous Colors of #7ba8af

#7ba8af #7b8eaf #7baf9c

Monochromatic Colors of #7ba8af

#7ba8af

Complementary Color

#7ba8af #af827b

#7ba8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ba8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ba8af Color CSS Codes

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

#7ba8af Text Font Color

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

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


#7ba8af Background Color

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

This div background color is #7ba8af


#7ba8af Border Color

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

This div border color is #7ba8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ba8af


Comments

No comments written yet.

Please login to write comment.