Color Hex Logo

#7baabc Color Hex

#7BAABC
(123,170,188)
0 Favorites   0 Comments

Color spaces of #7baabc

RGB 123170188
HSL0.550.330.61
HSV197°35°74°
CMYK 0.350.100.00   0.26
XYZ31.620236.591252.9732
Yxy36.59120.26090.3019
Hunter Lab60.4907-12.5516-9.5783
CIE-Lab66.9692-11.1720-14.2497

#7baabc color RGB value is (123,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 10111100
Octal 173 252 274
Decimal 123 170 188
Hex 7B AA BC

RGB Percentages of Color #7baabc

%25.57
%35.34
%39.09

CMYK Percentages of Color #7baabc

%35
%10
%0
%26

Triadic Colors of #7baabc

#7baabc #bc7baa #aabc7b

Analogous Colors of #7baabc

#7baabc #7b8abc #7bbcae

Monochromatic Colors of #7baabc

#7baabc

Complementary Color

#7baabc #bc8d7b

#7baabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baabc Color CSS Codes

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

#7baabc Text Font Color

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

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


#7baabc Background Color

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

This div background color is #7baabc


#7baabc Border Color

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

This div border color is #7baabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baabc


Comments

No comments written yet.

Please login to write comment.