Color Hex Logo

#7babae Color Hex

#7BABAE
(123,171,174)
0 Favorites   0 Comments

Color spaces of #7babae

RGB 123171174
HSL0.510.240.58
HSV184°29°68°
CMYK 0.290.020.00   0.32
XYZ30.371336.392845.4682
Yxy36.39280.27060.3243
Hunter Lab60.3264-15.7056-2.4585
CIE-Lab66.8190-15.1471-6.6988

#7babae color RGB value is (123,171,174).

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

The process color (four color CMYK) of #7babae color hex is 0.29, 0.02, 0.00, 0.32. Web safe color of #7babae is #669999. Color #7babae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 10101110
Octal 173 253 256
Decimal 123 171 174
Hex 7B AB AE

RGB Percentages of Color #7babae

%26.28
%36.54
%37.18

CMYK Percentages of Color #7babae

%29
%2
%0
%32

Triadic Colors of #7babae

#7babae #ae7bab #abae7b

Analogous Colors of #7babae

#7babae #7b92ae #7bae98

Monochromatic Colors of #7babae

#7babae

Complementary Color

#7babae #ae7e7b

#7babae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babae Color CSS Codes

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

#7babae Text Font Color

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

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


#7babae Background Color

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

This div background color is #7babae


#7babae Border Color

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

This div border color is #7babae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babae


Comments

No comments written yet.

Please login to write comment.