Color Hex Logo

#7babbd Color Hex

#7BABBD
(123,171,189)
0 Favorites   0 Comments

Color spaces of #7babbd

RGB 123171189
HSL0.550.330.61
HSV196°35°74°
CMYK 0.350.100.00   0.26
XYZ31.916637.010953.6057
Yxy37.01090.26050.3020
Hunter Lab60.8366-12.8179-9.6573
CIE-Lab67.2852-11.4549-14.3284

#7babbd color RGB value is (123,171,189).

#7babbd hex color red value is 123, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7babbd hue: 0.55 , saturation: 0.33 and the lightness value of 7babbd is 0.61.

The process color (four color CMYK) of #7babbd color hex is 0.35, 0.10, 0.00, 0.26. Web safe color of #7babbd is #6699cc. Color #7babbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 10111101
Octal 173 253 275
Decimal 123 171 189
Hex 7B AB BD

RGB Percentages of Color #7babbd

%25.47
%35.40
%39.13

CMYK Percentages of Color #7babbd

%35
%10
%0
%26

Triadic Colors of #7babbd

#7babbd #bd7bab #abbd7b

Analogous Colors of #7babbd

#7babbd #7b8abd #7bbdae

Monochromatic Colors of #7babbd

#7babbd

Complementary Color

#7babbd #bd8d7b

#7babbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babbd Color CSS Codes

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

#7babbd Text Font Color

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

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


#7babbd Background Color

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

This div background color is #7babbd


#7babbd Border Color

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

This div border color is #7babbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babbd


Comments

No comments written yet.

Please login to write comment.